Skip to content

Commit 2112fde

Browse files
authored
docs(README): Fix example usage of postcss-scss (#28)
1 parent fe52146 commit 2112fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const postcssSass = require('@csstools/postcss-sass');
6767
postcss([
6868
postcssSass(/* pluginOptions */)
6969
]).process(YOUR_CSS, {
70-
syntax: 'postcss-scss'
70+
syntax: require('postcss-scss')
7171
});
7272
```
7373

0 commit comments

Comments
 (0)