We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7fdbd2 + 567c1eb commit 89c4c06Copy full SHA for 89c4c06
README.md
@@ -31,8 +31,8 @@ many PostCSS tools will be able to share it.
31
32
### PostCSS Config
33
34
-Add PostCSS Loader to `webpack.config.js`. Put it before `css-loader`
35
-and `style-loader`. But after `sass-loader`, if you use it.
+Add PostCSS Loader to `webpack.config.js`. Put it after `css-loader`
+and `style-loader`. But before `sass-loader`, if you use it.
36
37
```js
38
module.exports = {
0 commit comments