@import "tailwindcss"; /* @custom-variant dark (&:where(.dark, .dark *)); */ body { background: var(--color-slate-100); color: black; @variant dark { color: white; background: var(--color-slate-900); } }