fix: Remove diagnostic Tailwind class from app.vue and explicit CSS import from nuxt.config.ts

This commit is contained in:
2025-10-01 21:13:58 -04:00
parent a68158c710
commit 108d144774
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="bg-blue-500">
<div>
<NuxtPage />
</div>
</template>