Open glocore opened 7 years ago
I followed the steps given in the readme, but when I try a simple button <Button primary raised>Welcome to RT</Button>, it doesn't take any styling.
<Button primary raised>Welcome to RT</Button>
I tried including the generated CSS file assets/react-toolbox/theme.css in react-boilerplate/app/app.js, but I get the following error:
assets/react-toolbox/theme.css
react-boilerplate/app/app.js
Hello @platonish , having assets folder inside react-boilerplate/app/ I've used this import in app.js and it works: import '!style-loader!css-loader!./assets/react-toolbox/theme.css';
assets
react-boilerplate/app/
app.js
import '!style-loader!css-loader!./assets/react-toolbox/theme.css';
I followed the steps given in the readme, but when I try a simple button
<Button primary raised>Welcome to RT</Button>
, it doesn't take any styling.I tried including the generated CSS file
assets/react-toolbox/theme.css
inreact-boilerplate/app/app.js
, but I get the following error: