Skip to content

Commit

Permalink
docs(README): add example install instructions for dependencies (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
w3apps authored and michael-ciniawsky committed Feb 28, 2018
1 parent db01033 commit a38344d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,10 @@ as [`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies

Chain the sass-loader with the [css-loader](https://github.com/webpack-contrib/css-loader) and the [style-loader](https://github.com/webpack-contrib/style-loader) to immediately apply all styles to the DOM.

```bash
npm install style-loader css-loader --save-dev
```

```js
// webpack.config.js
module.exports = {
Expand Down

0 comments on commit a38344d

Please sign in to comment.