Skip to content

Commit

Permalink
Updated instructions for adding to create-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief authored and jonathantneal committed Jun 3, 2019
1 parent e5e3797 commit febf20f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ module.exports = {

## Create React App

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

```
// index.css
@import-normalize;
```

If you're using ***older versions*** of Create React App, follow these instructions:

Add [React App Rewired] and [React App Rewire PostCSS] to your project:

```bash
Expand Down

0 comments on commit febf20f

Please sign in to comment.