Skip to content

Commit 118f320

Browse files
committed
2.0.5
1 parent de9ea5a commit 118f320

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
@@ -64,7 +64,7 @@ module.exports = (api, options) => {
6464
},
6565
postcss: {
6666
plugins: {
67-
'@tailwindcss/postcss7-compat': {},
67+
tailwindcss: {},
6868
autoprefixer: {},
6969
},
7070
},

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.4",
3+
"version": "2.0.5",
44
"description": "vue-cli plugin for Tailwind CSS",
55
"author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",
66
"license": "MIT",

0 commit comments

Comments
 (0)