chore: Prepare for Nuxt 4

This commit is contained in:
2024-07-30 21:46:14 +02:00
parent 9d5504204f
commit 48c331e7ed
11 changed files with 1816 additions and 2998 deletions

10
app/assets/css/main.css Normal file
View File

@@ -0,0 +1,10 @@
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
@apply bg-gray-900;
}