v0.1.29 테일윈드 초기화 복원

This commit is contained in:
2026-04-14 12:02:10 +09:00
parent a845f162ca
commit 4c460e62fc
10 changed files with 29 additions and 11 deletions

View File

@@ -1,6 +1,18 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
font-family: "Pretendard", system-ui, sans-serif;
}
body {
color: var(--text);
background-color: var(--bg);
}
}
@layer utilities {
[x-cloak] {
display: none !important;