Commit f7fc7642 by Adeel Mujahid

Merge pull request #649 from olsonpm/patch-1

specifying outputStyle default value
parents 98f300e4 b0da02a4
...@@ -108,7 +108,7 @@ The callback function is passed a results object, containing the following keys: ...@@ -108,7 +108,7 @@ The callback function is passed a results object, containing the following keys:
`outFile` specifies where the CSS will be saved. This option does not actually output a file, but is used as input for generating a source map. `outFile` specifies where the CSS will be saved. This option does not actually output a file, but is used as input for generating a source map.
#### outputStyle #### outputStyle
`outputStyle` is a `String` to determine how the final CSS should be rendered. Its value should be one of `'nested'` or `'compressed'`. `outputStyle` is a `String` to determine how the final CSS should be rendered. Its value should be one of `'nested'` or `'compressed'`. Node-sass defaults to 'nested'.
[`'expanded'` and `'compact'` are not currently supported by [libsass]] [`'expanded'` and `'compact'` are not currently supported by [libsass]]
#### precision #### precision
......
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