v0.1.21 카테고리 Alpine 및 업로드 정리

This commit is contained in:
2026-04-14 10:24:11 +09:00
parent 892dd270bc
commit dc24ee66f0
13 changed files with 126 additions and 20 deletions

View File

@@ -1,2 +1,42 @@
@tailwind components;
@tailwind utilities;
@layer utilities {
[x-cloak] {
display: none !important;
}
.rounded-theme {
border-radius: 18px;
}
.border-brd {
border-color: var(--border);
}
.bg-bgr-tone {
background-color: var(--surface-muted);
}
.text-typ {
color: var(--text);
}
.text-typ-tone {
color: var(--text-soft);
}
.bg-accent {
background: var(--color-accent);
}
.gap-0\.75 {
gap: 0.1875rem;
}
.line-clamp-1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}