@@ -303,7 +303,7 @@ crosscheck(({ stable, oxide }) => {
303303 }
304304 .drop-empty-rules : hover ,
305305 .group : hover .apply-group ,
306- .dark .apply-dark-mode {
306+ : is ( .dark .apply-dark-mode ) {
307307 font-weight : 700 ;
308308 }
309309 .apply-with-existing : hover {
@@ -338,7 +338,7 @@ crosscheck(({ stable, oxide }) => {
338338 .apply-order-b {
339339 margin : 1.5rem 1.25rem 1.25rem ;
340340 }
341- .dark .group : hover .apply-dark-group-example-a {
341+ : is ( .dark .group : hover .apply-dark-group-example-a ) {
342342 --tw-bg-opacity : 1 ;
343343 background-color : rgb (34 197 94 / var (--tw-bg-opacity ));
344344 }
@@ -715,7 +715,7 @@ crosscheck(({ stable, oxide }) => {
715715 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
716716 }
717717 }
718- .dark .dark\:custom-util {
718+ : is ( .dark .dark\:custom-util ) {
719719 background : # abcdef ;
720720 }
721721 @media (min-width : 640px ) {
@@ -762,7 +762,7 @@ crosscheck(({ stable, oxide }) => {
762762 transition-duration : 0.15s ;
763763 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
764764 }
765- .dark .md\:dark\:motion-safe\:foo\:active\:custom-util : active {
765+ : is ( .dark .md\:dark\:motion-safe\:foo\:active\:custom-util : active ) {
766766 background : # abcdef !important ;
767767 }
768768 }
@@ -849,7 +849,7 @@ crosscheck(({ stable, oxide }) => {
849849 }
850850 .drop-empty-rules : hover ,
851851 .group : hover .apply-group ,
852- .dark .apply-dark-mode {
852+ : is ( .dark .apply-dark-mode ) {
853853 font-weight : 700 ;
854854 }
855855 .apply-with-existing : hover {
@@ -883,7 +883,7 @@ crosscheck(({ stable, oxide }) => {
883883 .apply-order-b {
884884 margin : 1.5rem 1.25rem 1.25rem ;
885885 }
886- .dark .group : hover .apply-dark-group-example-a {
886+ : is ( .dark .group : hover .apply-dark-group-example-a ) {
887887 background-color : # 22c55e ;
888888 }
889889 @media (min-width : 640px ) {
@@ -1250,7 +1250,7 @@ crosscheck(({ stable, oxide }) => {
12501250 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
12511251 }
12521252 }
1253- .dark .dark\:custom-util {
1253+ : is ( .dark .dark\:custom-util ) {
12541254 background : # abcdef ;
12551255 }
12561256 @media (min-width : 640px ) {
@@ -1297,7 +1297,7 @@ crosscheck(({ stable, oxide }) => {
12971297 transition-duration : 0.15s ;
12981298 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
12991299 }
1300- .dark .md\:dark\:motion-safe\:foo\:active\:custom-util : active {
1300+ : is ( .dark .md\:dark\:motion-safe\:foo\:active\:custom-util : active ) {
13011301 background : # abcdef !important ;
13021302 }
13031303 }
0 commit comments