We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0332ab1 commit c828ec6Copy full SHA for c828ec6
1 file changed
postcss.config.cjs
@@ -4,7 +4,6 @@ const isProduction = process.env.NODE_ENV === 'production'
4
5
module.exports = {
6
plugins: [
7
- require('autoprefixer'),
8
...(isProduction
9
? [
10
purgecss({
0 commit comments