Refactor app.vue and [slug].vue: add scoped styles and optimize i18n usage

This commit is contained in:
2025-07-22 20:36:07 +02:00
parent 60b6f463dd
commit d0db0950c3
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
@import "tailwindcss";
@import "@nuxt/ui";
@plugin "@tailwindcss/typography";
@plugin "@tailwindcss/typography";
body {
@apply bg-white dark:bg-neutral-950;
}