-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Missing support for @import urls with layer() functions. #8670
Comments
When I checked csstree it seemed to already be supported. I think Svelte just needs to updated now. |
It looks like Hopefully |
I noticed that |
Fixed in Svelte 5 |
Describe the bug
CSS now has pretty wide support for
@layer
/layer(). However Svelte chokes on@import
statements assigned to a particular layer.You can work around by putting the styles in a CSS file then import that file instead, but this only works if you do not preprocess your code to inline CSS brought in via
@import
or by using JS imports.Reproduction
https://svelte.dev/repl/0bf3cf34781c4dfa8968cdba3fc1644d?version=3.59.1
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: