From 108d1447743ede95ef83e757d2cca22bf34ee7f6 Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Wed, 1 Oct 2025 21:13:58 -0400 Subject: [PATCH] fix: Remove diagnostic Tailwind class from app.vue and explicit CSS import from nuxt.config.ts --- app.vue | 2 +- nuxt.config.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app.vue b/app.vue index 9710211..f5e850d 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,5 @@ diff --git a/nuxt.config.ts b/nuxt.config.ts index 6f59ce1..72bc61d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -27,7 +27,6 @@ export default defineNuxtConfig({ } } }, - css: ['~/assets/css/main.css'], app: { head: { link: [