v0.1.21 카테고리 Alpine 및 업로드 정리
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user