We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218623a commit b69162fCopy full SHA for b69162f
README.md
@@ -1,6 +1,5 @@
1
# vue-cli-plugin-tailwind
2
3
-:warning: Postcss order of plugins needs improvement (autoprefixer should run after tailwindcss).
4
5
## Getting started
6
@@ -9,6 +8,8 @@ Inside your vue-cli project folder add the plugin via:
9
8
vue add tailwind
10
```
11
+:warning: Check the plugins order in your PostCSS config (autoprefixer should run after tailwindcss).
12
+
13
## License
14
15
[MIT](https://github.com/forsartis/vue-cli-plugin-tailwind/blob/master/LICENSE)
0 commit comments