-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
css not loading/loading too late (SASS) #7873
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
Comments
I realized this has a lot to do with the fact that vite's cssCodeSplit option is something we can't manipulate. It would be fine if we can just output all the CSS used in SvelteKit to a single .css file when using the Node adapter... |
I seem to be experiencing a similar issue with PostCSS. Since my project is relatively new, I'll try removing PostCSS to see if the issue disappears. |
I can confirm that removing PostCSS and using plain CSS fixes the issue. |
I am using PostCss and Sass (separate components) and I have this problem too |
Closing this issue as it's stale and the reproduction is no longer accessible |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Repro: https://github.com/OffeeX/sindrom-svelt-kita
you will fiind out css being not loaded until CTRL + F5, or loaded incompletely
Have this issue only ini PRODUCTION or preview mode
Tested on chrome and firefox
Reproduction
I don't know i'm only one experiencing this.
Similar issue: #967
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: