Commit edcc738c by Steven Vergenz

Updated README based on PR information

parent 6a8b9f8e
...@@ -88,9 +88,7 @@ The callback function is passed a results object, containing the following keys: ...@@ -88,9 +88,7 @@ The callback function is passed a results object, containing the following keys:
`omitSourceMapUrl` is a `Boolean` flag to determine whether to include `sourceMappingURL` comment in the output file. `omitSourceMapUrl` is a `Boolean` flag to determine whether to include `sourceMappingURL` comment in the output file.
#### outFile #### outFile
~~`outFile` specifies where to save the CSS.~~ `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.
The `outFile` argument has been deprecated with the 2.0.0 release. You should instead write the results passed to the `success` callback to a file yourself.
#### 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'`.
......
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