Skip to content

Commit 66aba4c

Browse files
committed
Revert "remove autoprefixer"
This reverts commit 00b6a2e.
1 parent 00b6a2e commit 66aba4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
plugins: {
2525
tailwindcss: {},
2626
'vue-cli-plugin-tailwind/purgecss': {},
27+
autoprefixer: {},
2728
},
2829
};
2930
```
@@ -56,6 +57,7 @@ module.exports = {
5657
'vue-cli-plugin-tailwind/purgecss': {
5758
whitelist: ['foo', 'bar'],
5859
},
60+
autoprefixer: {},
5961
},
6062
};
6163
```

0 commit comments

Comments
 (0)