Commit dc92c18e by Kristine Committed by Michael Mifsud

Update sourceComments documentation in README.md (#1820)

Update sourceComments documentation in README.md
parent 2e7f3708
...@@ -257,7 +257,7 @@ Used to determine how many digits after the decimal will be allowed. For instanc ...@@ -257,7 +257,7 @@ Used to determine how many digits after the decimal will be allowed. For instanc
Type: `Boolean` Type: `Boolean`
Default: `false` Default: `false`
`true` enables additional debugging information in the output file as CSS comments `true` Enables the line number and file where a selector is defined to be emitted into the compiled CSS as a comment. Useful for debugging, especially when using imports and mixins.
### sourceMap ### sourceMap
Type: `Boolean | String | undefined` Type: `Boolean | String | undefined`
......
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