fix tailwind v2

This commit is contained in:
2020-12-04 11:13:14 +01:00
parent 79fa8739dc
commit 2f79a045a9
3 changed files with 13 additions and 12 deletions

View File

@@ -22,7 +22,9 @@
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/color-mode": "^2.0.0",
"autoprefixer": "9",
"postcss": "7"
"@nuxtjs/tailwindcss": "^3.3.1",
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}