Commit 4dd5d6e6 by David Kebler

Added note to indentedSyntax in read.me to clarify that node-sass can compile…

Added note to indentedSyntax in read.me to clarify that node-sass can compile mixed libraries even with this set to false.
parent c005c3da
...@@ -183,6 +183,8 @@ Default: `false` ...@@ -183,6 +183,8 @@ Default: `false`
`true` values enable [Sass Indented Syntax](http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file. `true` values enable [Sass Indented Syntax](http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file.
__Note:__ node-sass/libsass will compile a mixed library of scss and indented syntax (.sass) files with the Default setting (false) as long as .sass and .scss extensions are used in filenames.
### indentType (>= v3.0.0) ### indentType (>= v3.0.0)
Type: `String` Type: `String`
Default: `space` Default: `space`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment