Commit 8bf5db80 by Marcin Cieślak

Merge pull request #1081 from dkebler/mixed-syntax

Added note to indentedSyntax in read.me 
parents c005c3da 4dd5d6e6
...@@ -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