@import "tailwindcss"; @import "tw-animate-css"; @import "../bin/ShadcnBlazor/scrollbar.css"; @import "../bin/ShadcnBlazor/default-theme.css"; @import "./theme.css"; @source "../bin/Moonlight.Frontend/*.map"; @source "../../../MoonlightServers.Api/**/*.razor"; @source "../../../MoonlightServers.Api/**/*.cs"; @source "../../../MoonlightServers.Api/**/*.html"; @source "../../../MoonlightServers.Frontend/**/*.razor"; @source "../../../MoonlightServers.Frontend/**/*.cs"; @source "../../../MoonlightServers.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; } }