Skip to content

Commit 535455a

Browse files
committed
Fixes minor documentation issue
1 parent 9d50ca0 commit 535455a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/CSS/Sass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ feature parity. It can compile .scss and .sass files.
225225

226226
Convert single-line comments to mutli-line comments.
227227

228-
- `sass2scss`
228+
- `sass2scss($sass, $options)`
229229

230230
We expose the `sass2scss` function, which can be used to convert indented sass
231231
syntax to the newer scss syntax. You may need this, since `libsass` will not

lib/CSS/Sass.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Strip all source code (single- and multi-line) comments.
363363
364364
Convert single-line comments to mutli-line comments.
365365
366-
=item C<sass2scss>
366+
=item C<sass2scss($sass, $options)>
367367
368368
We expose the C<sass2scss> function, which can be used to convert indented sass
369369
syntax to the newer scss syntax. You may need this, since C<libsass> will not

0 commit comments

Comments
 (0)