Skip to content

Commit c9273fd

Browse files
authored
Update README.md to fix example
A comment in the example code refers to the CSSWring plugin but it should be PreCSS instead.
1 parent 21ad7e7 commit c9273fd

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
@@ -56,7 +56,7 @@ Now your CSS files requirements will be processed by selected PostCSS plugins:
5656
5757
```js
5858
var css = require('./file.css');
59-
// => CSS after Autoprefixer and CSSWring
59+
// => CSS after PreCSS and Autoprefixer
6060
```
6161
6262
Note that the context of this function

0 commit comments

Comments
 (0)