-
-
Notifications
You must be signed in to change notification settings - Fork 608
Wrong output when deal with css modules #902
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
@honghui-qiao please create minimum reproducible test repo |
No need, reproduce |
WIP |
Upstream issue postcss/postcss-selector-parser#185 |
Wait merge postcss/postcss-selector-parser#186 |
last version of |
Thanks all! :D |
Expected Behavior
a[href=''] { xxx }
should compiled toa[href=''] { xxx }
Actual Behavior
a[href=''] { xxx }
compiled toa[href] { xxx }
We don't have this issue with css-loader 1.x
The text was updated successfully, but these errors were encountered: