Skip to content

Commit

Permalink
docs: Fix getting-started typo (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekayush authored and Matt Goo committed Jun 25, 2018
1 parent 01d7e27 commit 25f7071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you want to use the compiled CSS and not customize any colors, text, etc. you

Most likely you'll want to start using the [Sass mixins](https://github.com/material-components/material-components-web/blob/master/docs/code/architecture.md#sass) to customize your app. There are a few ways to achieve this. `create-react-app` does have a [recommended approach](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc), which we also recommend.

The following is an alternate version of the `create-react-app` approach. The difference being all the your `node_modules` imports will go into `./src/App.scss`. First install `node-sass-chokidar`:
The following is an alternate version of the `create-react-app` approach. The difference being all the `node_modules` imports will go into `./src/App.scss`. First install `node-sass-chokidar`:

```
npm install -D node-sass-chokidar npm-run-all
Expand Down

0 comments on commit 25f7071

Please sign in to comment.