From 6ffaa23141ddd71c2952f54f30d91c9671604568 Mon Sep 17 00:00:00 2001 From: Vincent Serpoul Date: Mon, 21 Aug 2017 11:39:35 +0800 Subject: [PATCH] Add theme.css file in the jsx I got stuck a while because of this missing line. I thought it might help someone. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 364bfa8..404233b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ After this, you can run from the console the command `yarn run toolbox` and the As a final step you have to include the generated CSS file in your document just like any other CSS asset. Also, you have to use [react-css-themr](https://github.com/javivelasco/react-css-themr) `ThemeProvider` at the top of your app passing the theme. ```jsx +import "../assets/react-toolbox/theme.css"; import theme from 'assets/react-toolbox/theme' import ThemeProvider from 'react-toolbox/lib/ThemeProvider';