summaryrefslogtreecommitdiffhomepage
path: root/packages/css/src/tailwind.css
blob: 35cbbd07423636b8c2ab8f3caabd389293e546d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
@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";