Skip to content

Commit 89c4c06

Browse files
Merge pull request webpack-contrib#126 from code4aman/master
update readme config section - loaders order
2 parents f7fdbd2 + 567c1eb commit 89c4c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ many PostCSS tools will be able to share it.
3131

3232
### PostCSS Config
3333

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.
34+
Add PostCSS Loader to `webpack.config.js`. Put it after `css-loader`
35+
and `style-loader`. But before `sass-loader`, if you use it.
3636

3737
```js
3838
module.exports = {

0 commit comments

Comments
 (0)