Remove TailwindCSS completely and use Nuxt UI with custom CSS for styling

This commit is contained in:
Ryderjj89
2025-09-29 19:21:34 -04:00
parent d11bdcfeaf
commit 97daf164ee
3 changed files with 23 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
export default defineNuxtConfig({
devtools: { enabled: false },
modules: [
'@nuxt/ui',
'@nuxtjs/tailwindcss'
'@nuxt/ui'
],
ui: {
theme: {