Require 'next' version of Tailwind

This commit is contained in:
Oliver Davies 2019-03-10 08:32:05 +00:00
parent 6ce713c26c
commit e65187feb1
2 changed files with 80 additions and 58 deletions

View file

@ -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": {}
}
},