We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a87dc commit b0944d3Copy full SHA for b0944d3
postcss.config.cjs
@@ -1,7 +1,7 @@
1
module.exports = {
2
plugins: {
3
'@tailwindcss/postcss': {},
4
- 'postcss-prefix-selector': {
+ "postcss-prefix-selector": {
5
prefix: '.custom-fields-component',
6
},
7
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}),
0 commit comments