add tailwindcss

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-04-17 15:53:19 +02:00
parent 3f8cab777c
commit 357a568434
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
5 changed files with 230 additions and 92 deletions

View file

@ -13,5 +13,10 @@
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}