Skip to content

Commit 00b6a2e

Browse files
authored
remove autoprefixer
since vue-cli v4.1.0 autoprefixer is enabled internally
1 parent 3c7e238 commit 00b6a2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module.exports = {
2424
plugins: {
2525
tailwindcss: {},
2626
'vue-cli-plugin-tailwind/purgecss': {},
27-
autoprefixer: {},
2827
},
2928
};
3029
```
@@ -57,7 +56,6 @@ module.exports = {
5756
'vue-cli-plugin-tailwind/purgecss': {
5857
whitelist: ['foo', 'bar'],
5958
},
60-
autoprefixer: {},
6159
},
6260
};
6361
```

0 commit comments

Comments
 (0)