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