Files
2026-07-13 12:12:04 +08:00

9 lines
271 B
CSS

/* Declares the theme variables - @see https://tailwindcss.com/docs/theme */
@import "../shared/theme.css";
/* Default Theme */
@import "./variables.css" layer(theme);
/* Component customizations for default theme */
@import "./components/index.css" layer(components);