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
input: a.css:
.foo { color: red; font-weight: bold; } .bar { color: red; font-weight: normal; }
output: a.css:
.lib-a-a-foo-XcD0 {font-weight: bold;} .lib-a-a-bar-wEd3 {color: red; font-weight: normal;} .foo,.bar {color: red;} /* <<< generateScopedName omited in postcss optimized selector */
The text was updated successfully, but these errors were encountered:
my config: #59 (comment)
Sorry, something went wrong.
@a-x- have you resolved the issue using processorOpts?
processorOpts
I canceled trying
I created new babel plugin babel-plugin-transform-import-css for bundling css-modues to js eventually
No branches or pull requests
input:
a.css:
output:
a.css:
The text was updated successfully, but these errors were encountered: