-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
[Bug]: Rspack ignores layers specified on imports in the main css file #7452
Comments
I think this is an unsupported CSS feature of Rspack and has nothing to do with
|
Maybe related: #5340 |
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Fixed by #7583 |
Version
Details
The builtin:lightningcss-loader ignores layers specified on imports in the root css file.
Index.css
Expected Output
Actual Output
Reproduce link
https://codesandbox.io/p/devbox/9lyypl?migrateFrom=7rj2zn
Reproduce Steps
@import './component.css' layer(components)
The text was updated successfully, but these errors were encountered: