mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
11 lines
258 B
CSS
11 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";
|