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

@@ -4,11 +4,19 @@ module.exports = {
"./partials/**/*.hbs",
"./assets/built/theme.js"
],
safelist: [
"rotate-180"
],
theme: {
extend: {
colors: {
brand: "#ff4400",
"brand-strong": "#e13b00"
"brand-strong": "#e13b00",
accent: "var(--color-accent)",
brd: "var(--border)",
typ: "var(--text)",
"typ-tone": "var(--text-soft)",
"bgr-tone": "var(--surface-muted)"
}
}
},