13 lines
301 B
CSS
13 lines
301 B
CSS
@layer theme, base, components, utilities;
|
|
@import "tailwindcss/theme.css" layer(theme);
|
|
@import "tailwindcss/utilities.css" layer(utilities);
|
|
|
|
@import "./index.css";
|
|
|
|
@theme {
|
|
--shadow-*: initial;
|
|
--shadow-xs-border-selected: var(--shadow-xs-border-selected);
|
|
}
|
|
|
|
@import "./tailwind-colors.css";
|