Skip to content

Commit febf20f

Browse files
mrchiefjonathantneal
authored andcommitted
Updated instructions for adding to create-react-app
1 parent e5e3797 commit febf20f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

INSTALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ module.exports = {
8989

9090
## Create React App
9191

92+
Create React App, starting from **v3.0.0**, [natively](https://facebook.github.io/create-react-app/docs/adding-css-reset) supports postcss-normalize. To start using it, simply add
93+
94+
```
95+
// index.css
96+
97+
@import-normalize;
98+
```
99+
100+
If you're using ***older versions*** of Create React App, follow these instructions:
101+
92102
Add [React App Rewired] and [React App Rewire PostCSS] to your project:
93103

94104
```bash

0 commit comments

Comments
 (0)