Skip to content

Commit c828ec6

Browse files
committed
removed autoprefixer from config
1 parent 0332ab1 commit c828ec6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

postcss.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const isProduction = process.env.NODE_ENV === 'production'
44

55
module.exports = {
66
plugins: [
7-
require('autoprefixer'),
87
...(isProduction
98
? [
109
purgecss({

0 commit comments

Comments
 (0)