Require 'next' version of Tailwind
This commit is contained in:
parent
6ce713c26c
commit
e65187feb1
2 changed files with 80 additions and 58 deletions
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"postcss-nested": "^4.1.2",
|
||||
"tailwindcss": "^0.7.3",
|
||||
"tailwindcss": "https://github.com/tailwindcss/tailwindcss.git#next",
|
||||
"tailwindcss-spaced-items": "^0.1.0",
|
||||
"vue": "^2.5.17",
|
||||
"vue-router": "^3.0.2"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"postcss": {
|
||||
"plugins": {
|
||||
"postcss-nested": {},
|
||||
"tailwindcss": "./tailwind.js",
|
||||
"tailwindcss": "./tailwind.config.js",
|
||||
"autoprefixer": {}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue