Skip to content

Commit

Permalink
Update webpack.md
Browse files Browse the repository at this point in the history
Stresses that you need to use the stylesheet pack tag, based on further confusion around rails#775
  • Loading branch information
ezuk authored Sep 22, 2017
1 parent 6c31733 commit 5fb8aff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ module.exports = environment

See [issue #756](https://github.com/rails/webpacker/issues/756#issuecomment-327148547) for additional discussion of this.

For this to work, don't forget to use the `stylesheet_pack_tag`, for example:

```
<%= stylesheet_pack_tag 'YOUR_PACK_NAME_HERE' %>
```

## Plugins

Expand Down

0 comments on commit 5fb8aff

Please sign in to comment.