From 567c1eb784d6f49ca0cb8a5fb297c30963d4387f Mon Sep 17 00:00:00 2001 From: Aman Kubanychbek Date: Fri, 28 Oct 2016 22:20:50 +0600 Subject: [PATCH] update config section - loaders order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91cdb2a0..cde4eb37 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ many PostCSS tools will be able to share it. ### PostCSS Config -Add PostCSS Loader to `webpack.config.js`. Put it before `css-loader` -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. ```js module.exports = {