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
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
The css module specification allows composes to be chained.
https://github.com/css-modules/css-modules#:~:text=When%20a%20class%20name%20composes%20another%20class%20name%2C%20the%20CSS%20Module%20exports%20both%20class%20names%20for%20the%20local%20class.
So when compile the following css,
root-class
should havechild-class
andchild-class2
.However, swc_css_modules does not.
Input code
Config
none
Playground link
No response
Expected behavior
Actual behavior
d862121#diff-68c61c9e7905dcfc96fa4311d833c7da36303e22077b15074018b0f9c132606c
Version
1.3.73
Additional context
Transferred from web-infra-dev/rspack#3875
The text was updated successfully, but these errors were encountered: