From c4cbaa3562a75ff8bac6b616d45214f1b52b0ddc Mon Sep 17 00:00:00 2001 From: Ruby Boyarski Date: Wed, 24 Aug 2016 14:42:33 +0300 Subject: [PATCH] Webpack setup needs the materialize-css styles --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ba8c7..6258f96 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,12 @@ Add the Google MD fonts to your index.html: ``` -You may need to add the following plugin to your webpack configuration to provide jQuery: +Import materialize-css styles: +```html + +``` + +Add the following plugin to your webpack configuration to provide jQuery: ```js var webpack = require("webpack"); module.exports = {