@import "tailwindcss"; @import "tw-animate-css"; @import "../bin/ShadcnBlazor/scrollbar.css"; @import "../bin/ShadcnBlazor/default-theme.css"; @import "./theme.css"; @source "../bin/ShadcnBlazor/ShadcnBlazor.map"; @source "../../../Moonlight.Api/**/*.razor"; @source "../../../Moonlight.Api/**/*.cs"; @source "../../../Moonlight.Api/**/*.html"; @source "../../../Moonlight.Frontend/**/*.razor"; @source "../../../Moonlight.Frontend/**/*.cs"; @source "../../../Moonlight.Frontend/**/*.html"; @custom-variant dark (&:is(.dark *)); #blazor-error-ui { display: none; } @layer base { * { @apply border-border outline-ring/50; } body { @apply bg-background text-foreground; } }