Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme.css doesn't work in react-boilerplate #41

Open
glocore opened this issue Apr 15, 2017 · 1 comment
Open

theme.css doesn't work in react-boilerplate #41

glocore opened this issue Apr 15, 2017 · 1 comment

Comments

@glocore
Copy link

glocore commented Apr 15, 2017

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.

screenshot from 2017-04-15 12-26-47

I tried including the generated CSS file assets/react-toolbox/theme.css in react-boilerplate/app/app.js, but I get the following error:

screenshot from 2017-04-15 12-31-40

@Riff451
Copy link

Riff451 commented May 13, 2017

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';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants