Skip to content

Commit

Permalink
Merge pull request facebook#96 from CADBOT/update-readme
Browse files Browse the repository at this point in the history
add various missing =true in README.md
  • Loading branch information
kitze authored Oct 11, 2017
2 parents de5a2f6 + 3a116e2 commit 580bb2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ The generated project comes with every option turned on by default, but you can
- ```REACT_APP_SASS=true``` - enable SASS support
- ```REACT_APP_LESS=true``` - enable LESS support
- ```REACT_APP_STYLUS=true``` - enable Stylus support
- ```REACT_APP_CSS_MODULES``` - enable CSS modules
- ```REACT_APP_SASS_MODULES``` - enable Sass modules
- ```REACT_APP_LESS_MODULES``` - enable Less modules
- ```REACT_APP_STYLUS_MODULES``` - enable Stylus modules
- ```REACT_APP_CSS_MODULES=true``` - enable CSS modules
- ```REACT_APP_SASS_MODULES=true``` - enable Sass modules
- ```REACT_APP_LESS_MODULES=true``` - enable Less modules
- ```REACT_APP_STYLUS_MODULES=true``` - enable Stylus modules

Note: to use modules the file must be named in the following format: ```$name.module.$preprocessorName```.

Expand Down

0 comments on commit 580bb2e

Please sign in to comment.