-
-
Notifications
You must be signed in to change notification settings - Fork 66
Parent classes get the CSS style of the child classes if you add an extra comma #117
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
It is a bug. What is the output in this case? |
The compiled output is the following:
|
I think the issue should be somewhere here https://github.com/postcss/postcss-nested/blob/main/index.js#L40-L56 Can I ask you to look? I am working this week on another open-source project. |
No problem @ai, I will try to look if I can fix this! |
Fixed in PR #118! |
The fix was released in 5.0.5. Thanks for the report and fix. |
Parent classes get the css from nested classes if you accidentally put a comma at the end. I really don't know if this should be considered to be a bug or an issue .. 😅
Please see below for an example:
.testClass
will get a red background. This does not happen when using SCSS for example.The text was updated successfully, but these errors were encountered: