-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Broken css after build #4754
Comments
I believe you have the same error as I encountered in #4183 |
@KyleAMathews Don't you think it would be a good idea mentioning this somewhere in the documentation? Because devs usually just check how good everything works using |
If you use the default html.js (which we strongly encourage you to) then this happens by default. |
@ponchique Is your issue resolved? |
Yes, I resolved it by rewriting all css using sass. I thought the problem was in jss. |
Hi there!
Can't find a css for static pages, after
gatsby build
.This behavior I see only if I reload all existing pages in a browser, but if I'm roaming through site links -
css is working.
Also, css works in the dev mode
There are no errors in console, no errors while building, just as the result - broken css and from time to time they looks different.
Environment
1.9.243
8.9.4
10.13.2
File contents :
gatsby-config.js
:Would be thankful if you can help me!
The text was updated successfully, but these errors were encountered: