Skip to content

Commit e0ec02c

Browse files
committed
2.0.3
1 parent 732b052 commit e0ec02c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = (api, options) => {
5858
const configs = {
5959
postcss: {
6060
plugins: {
61-
tailwindcss: {},
61+
'@tailwindcss/postcss7-compat': {},
6262
autoprefixer: {},
6363
},
6464
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-tailwind",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "vue-cli plugin for Tailwind CSS",
55
"author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",
66
"license": "MIT",

0 commit comments

Comments
 (0)