Skip to content

Commit 567c1eb

Browse files
authored
update config section - loaders order
1 parent f7fdbd2 commit 567c1eb

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)