Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 4337409

Browse files
committed
⬆️ Tailwind v1.0
1 parent 8a10753 commit 4337409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
### TailwindCSS v1.0
99

1010
```console
11-
vue add @ky-is/tailwind@next
11+
vue add @ky-is/tailwind
1212
```
1313

1414
When the plugin is updated, you can upgrade your configuration with:

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (api, options) => {
1010
devDependencies: {
1111
"@fullhuman/postcss-purgecss": "^1.2.0",
1212
"postcss-preset-env": "^6.6.0",
13-
"tailwindcss": "^1.0.0-beta.7",
13+
"tailwindcss": "^1.0.1",
1414
},
1515
})
1616

0 commit comments

Comments
 (0)