chore: cleanup

This commit is contained in:
2025-02-19 15:36:41 +01:00
parent fe4b783658
commit 55d5431859
18 changed files with 5 additions and 10 deletions
+17
View File
@@ -0,0 +1,17 @@
@import "tailwindcss";
@import "./components.css";
@theme {
--font-display: "Satoshi", "sans-serif";
--breakpoint-3xl: 1920px;
--ease-fluid: cubic-bezier(0.3, 0, 0, 1);
--ease-snappy: cubic-bezier(0.2, 0, 0, 1); /* ... */
{% for color in colors %}
--color-{{ color.name }}-{{ color.index }}: {{ color.value }};
{% endfor %}
}
@variant dark (&:where(.dark, .dark *));