Feature description
Anytime I add a component with shadcn it adds
@custom-variant dark (&:is(.dark *));
to globals.css, even when we only want to support prefers-color-scheme default dark mode. Is there any way to tell the shadcn command not to alter the dark variant?
Affected component/components
No response
Additional Context
Additional details here...
Before submitting