docs: revisions

This commit is contained in:
Evan You
2018-02-08 22:04:22 -05:00
parent fd1ca02f16
commit c88e69492f
6 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ If you wish to be able to use CSS modules without the `.module` postfix, you can
### Pre-Processors
You can select pre-processors (Sass/Less/Stylus) when creating the project. If you did not do so, you can also just manually install the corresponding webpack loaders. The loaders are pre-configured and will automatically be picked up. For example, to add SASS to an existing project, simply run:
You can select pre-processors (Sass/Less/Stylus) when creating the project. If you did not do so, you can also just manually install the corresponding webpack loaders. The loaders are pre-configured and will automatically be picked up. For example, to add Sass to an existing project, simply run:
``` sh
npm install -D sass-loader node-sass