Skip to content

Commit

Permalink
Webpack setup needs the materialize-css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyboy committed Aug 24, 2016
1 parent f17bdc4 commit c4cbaa3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@ Add the Google MD fonts to your index.html:
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
```

You may need to add the following plugin to your webpack configuration to provide jQuery:
Import materialize-css styles:
```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
```

Add the following plugin to your webpack configuration to provide jQuery:
```js
var webpack = require("webpack");
module.exports = {
Expand Down

0 comments on commit c4cbaa3

Please sign in to comment.