File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ feature parity. It can compile .scss and .sass files.
225
225
226
226
Convert single-line comments to mutli-line comments.
227
227
228
- - ` sass2scss `
228
+ - ` sass2scss($sass, $options) `
229
229
230
230
We expose the ` sass2scss ` function, which can be used to convert indented sass
231
231
syntax to the newer scss syntax. You may need this, since ` libsass ` will not
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Strip all source code (single- and multi-line) comments.
363
363
364
364
Convert single-line comments to mutli-line comments.
365
365
366
- =item C<sass2scss >
366
+ =item C<sass2scss($sass, $options) >
367
367
368
368
We expose the C<sass2scss > function, which can be used to convert indented sass
369
369
syntax to the newer scss syntax. You may need this, since C<libsass > will not
You can’t perform that action at this time.
0 commit comments