aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/tailwind.css
blob: de604f7010059ed38f74bb25ffb091cc4a72468b (plain)
1
2
3
4
5
6
@layer theme, base, components, utilities;

@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);

@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));