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