We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for nested classes using with postcss, scss plugins.
Sometimes you need to separate the styles for the child container and add prefix for it.
Example
.root { ... } .label { font-size: 1rem; &_primary { color: green; } &_sizeSmall { font-size: 0.875rem; } }
Expected result autocomplete
styles.label label_primary label_sizeSmall
P.S. This case works in WebStorm
The text was updated successfully, but these errors were encountered:
Any news on this feature?
Sorry, something went wrong.
@clinyong any update?
Since CSS nesting came in all major browsers (in Firefox since 117 version /current Beta/) this issue became more and more important
No branches or pull requests
Add support for nested classes using with postcss, scss plugins.
Sometimes you need to separate the styles for the child container and add prefix for it.
Example
Expected result autocomplete
P.S. This case works in WebStorm
The text was updated successfully, but these errors were encountered: