Files
shoppy/theme/templates/theme/main.css.template
T
2025-01-28 17:48:31 +01:00

18 lines
401 B
Plaintext

@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 *));