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
pnpm instal the repository, and launch dev.
launch firefox, go to localhost:3000
you will see the margin-top: 200px that comes from app.scss.
disable javascript from about:config
refresh the page margin-top:200px is no more.
open app.scss, uncomment the import line.
refresh the page
you will see margin-top:200px back.
Describe the bug
In an SSR enabled sveltekit project configured with scss preprocess, the rules do not make it to the SSR rendered output.
Only plain css files get rendered out during SSR.
Reproduction
clone https://github.com/basaran/scss-ssr-issue.
pnpm instal the repository, and launch dev.
launch firefox, go to localhost:3000
you will see the
margin-top: 200px
that comes from app.scss.disable javascript from about:config
refresh the page
margin-top:200px
is no more.open app.scss, uncomment the import line.
refresh the page
you will see
margin-top:200px
back.Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: