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
module.exports = { plugins: [ require('postcss-import'), require('postcss-mixins'), require('postcss-modules-values'), require('postcss-inline-svg')({ removeFill: true }), require('postcss-nested'), require('postcss-preset-env'), require('postcss-custom-media'), require('autoprefixer'), require('postcss-variables-prefixer')({ prefix: 'my-prefix-' }), ], }
This does not work in postcss.config.js
The text was updated successfully, but these errors were encountered:
Sorry for the delay. It should exactly work like that.
When you say "This does not work in postcss.config.js" :
Sorry, something went wrong.
Hello @OptimusBlack More then one year later ^^, should i close this issue ?
No branches or pull requests
This does not work in postcss.config.js
The text was updated successfully, but these errors were encountered: