We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00a2c8 commit 1d3ba41Copy full SHA for 1d3ba41
apps/nextjs/src/app/globals.css
@@ -4,7 +4,7 @@
4
5
@source '../../../../packages/ui/src/*.{ts,tsx}';
6
7
-@custom-variant dark (&:is(.dark *));
+@custom-variant dark (&:where(.dark, .dark *));
8
9
@utility container {
10
margin-inline: auto;
0 commit comments