-
Notifications
You must be signed in to change notification settings - Fork 74
postcss nesting only works with '.' as nested class #118
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
Hi there, sorry for the slow reply. Are you able to supply a reproduction repo? Just something very simple. I can then take a look and hopefully fix this! I'm not 100% sure why this isn't working right now, but I'll do my best to get to the bottom of it :) |
It seems that what you're trying to do is not permitted in the css nesting spec. The nesting selector ( Also, not that it helps, but I think there's a missing level for
|
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
vscode
tsconfig
postcss config
Should be able to styles.TagBar. Only Tag shows
Using '.' in nested shows styles.Bar
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: