🐛 Fix the styling conflict between vuetify and tailwindcss

This commit is contained in:
2025-11-08 11:49:53 +08:00
parent 81bea9275e
commit d6eb68a268
6 changed files with 43 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
"@nuxtjs/i18n": "10.1.0",
"@pinia/nuxt": "0.11.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@tailwindcss/vite": "^4.1.17",
"@vueuse/core": "^13.9.0",
"blurhash": "^2.0.5",
"cfturnstile-vue3": "^2.0.0",
@@ -31,21 +31,22 @@
"markdown-exit": "^1.0.0-beta.6",
"markdown-it-highlightjs": "^4.2.0",
"markdown-it-texmath": "^1.0.0",
"nuxt": "^4.2.0",
"nuxt": "^4.2.1",
"nuxt-og-image": "^5.1.12",
"pinia": "^3.0.3",
"sharp": "^0.34.4",
"pinia": "^3.0.4",
"sharp": "^0.34.5",
"swagger-themes": "^1.4.3",
"swagger-ui-dist": "^5.30.2",
"tailwindcss": "^4.1.16",
"tailwindcss": "^4.1.17",
"tus-js-client": "^4.3.1",
"vue": "^3.5.22",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"vuetify-nuxt-module": "0.18.7"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.0"
"@types/node": "^24.10.0",
"sass-embedded": "^1.93.3"
}
}