Add tailwindcss

This commit is contained in:
Timothy Yin 2024-11-18 14:00:41 +08:00
parent 2995a60a0a
commit 54422ae5fe
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,8 @@
"@nuxtjs/tailwindcss": "^6.12.2",
"defu": "^6.1.4",
"pathe": "^1.1.2",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",

3
pnpm-lock.yaml generated
View File

@ -23,6 +23,9 @@ importers:
tailwind-merge:
specifier: ^2.5.4
version: 2.5.4
tailwindcss:
specifier: ^3.4.15
version: 3.4.15
devDependencies:
'@nuxt/devtools':
specifier: ^1.6.0