-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Allow to apply some postcss plugins after cssmodules #262
Comments
@Strate there's an example of adding extra postcss plugins here: https://github.com/css-modules/webpack-demo/blob/master/webpack.config.js#L26-L29 |
@joshwnj in that example postcss plugins applies before applying plugins, related to cssmodules (which applied by css-loader). In a fact, I need something like this:
But the is not possible, because css-loader returns a jsvscript module, not a css file. |
I see, thanks for the clarification 👍 |
I'm needing to do the exact same thing. Did you figure this out? Is it possible? |
I'm working on postcss-loader v2 with the goal to not depend upon |
I need to apply some postcss plugins after aplpying plugins relted to cssmodules. It need to add an extra class scope to all rules in all files
The text was updated successfully, but these errors were encountered: