You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
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:The text was updated successfully, but these errors were encountered: