What's your strategy for dark mode with CSS variables?
Class-based dark mode with CSS variable tokens is the common approach now. How do you structure the token system so components don't each need dark: variants?
1
0 commentsClass-based dark mode with CSS variable tokens is the common approach now. How do you structure the token system so components don't each need dark: variants?