Skip to content

Commit b0944d3

Browse files
authored
Discard changes to postcss.config.cjs
1 parent f0a87dc commit b0944d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postcss.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
plugins: {
33
'@tailwindcss/postcss': {},
4-
'postcss-prefix-selector': {
4+
"postcss-prefix-selector": {
55
prefix: '.custom-fields-component',
66
},
77
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}),

0 commit comments

Comments
 (0)