-
Notifications
You must be signed in to change notification settings - Fork 51
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
CSS not applying #40
Comments
What does your styles.css look like? Also, your generated html markup? |
Please find the attached generated style.css and generated html markup. https://drive.google.com/open?id=0BxaNpya8aCYvOXRJeFZqUkFxWWc |
@attiqeurrehman your file App.scss should : if you upgrade to webpack 2.0, no need :global in scss file. |
I have fixed this by changing the dev.config.js using this: From
To
and from
to
No idea why it worked. |
My webpack 2.0 module.exports = { |
Hi,
I have changed the App.scss and it's appending in to the style.css. Please see the screenshot below:
But for some reason it's not been applied to the site. Any ideas?
The text was updated successfully, but these errors were encountered: