@@ -242,7 +242,7 @@ test('target', async () => {
242
242
243
243
test ( 'open' , async ( ) => {
244
244
expect ( await run ( [ 'open:flex' , 'group-open:flex' , 'peer-open:flex' ] ) ) . toMatchInlineSnapshot ( `
245
- ".group-open\\:flex:is(:where(.group):is([open], :popover-open) *), .peer-open\\:flex:is(:where(.peer):is([open], :popover-open) ~ *), .open\\:flex:is([open], :popover-open) {
245
+ ".group-open\\:flex:is(:where(.group):is([open], :popover-open, :open ) *), .peer-open\\:flex:is(:where(.peer):is([open], :popover-open, :open ) ~ *), .open\\:flex:is([open], :popover-open, : open) {
246
246
display: flex;
247
247
}"
248
248
` )
@@ -1482,7 +1482,7 @@ test('not', async () => {
1482
1482
display: flex;
1483
1483
}
1484
1484
1485
- .not-open\\:flex:not([open], :popover-open) {
1485
+ .not-open\\:flex:not([open], :popover-open, :open ) {
1486
1486
display: flex;
1487
1487
}
1488
1488
@@ -2228,7 +2228,7 @@ test('variant order', async () => {
2228
2228
display: flex;
2229
2229
}
2230
2230
2231
- .first\\:flex:first-child, .last\\:flex:last-child, .only\\:flex:only-child, .odd\\:flex:nth-child(odd), .even\\:flex:nth-child(2n), .first-of-type\\:flex:first-of-type, .last-of-type\\:flex:last-of-type, .only-of-type\\:flex:only-of-type, .visited\\:flex:visited, .target\\:flex:target, .open\\:flex:is([open], :popover-open), .default\\:flex:default, .checked\\:flex:checked, .indeterminate\\:flex:indeterminate, .placeholder-shown\\:flex:placeholder-shown, .autofill\\:flex:autofill, .optional\\:flex:optional, .required\\:flex:required, .valid\\:flex:valid, .invalid\\:flex:invalid, .in-range\\:flex:in-range, .out-of-range\\:flex:out-of-range, .read-only\\:flex:read-only, .empty\\:flex:empty, .focus-within\\:flex:focus-within {
2231
+ .first\\:flex:first-child, .last\\:flex:last-child, .only\\:flex:only-child, .odd\\:flex:nth-child(odd), .even\\:flex:nth-child(2n), .first-of-type\\:flex:first-of-type, .last-of-type\\:flex:last-of-type, .only-of-type\\:flex:only-of-type, .visited\\:flex:visited, .target\\:flex:target, .open\\:flex:is([open], :popover-open, :open ), .default\\:flex:default, .checked\\:flex:checked, .indeterminate\\:flex:indeterminate, .placeholder-shown\\:flex:placeholder-shown, .autofill\\:flex:autofill, .optional\\:flex:optional, .required\\:flex:required, .valid\\:flex:valid, .invalid\\:flex:invalid, .in-range\\:flex:in-range, .out-of-range\\:flex:out-of-range, .read-only\\:flex:read-only, .empty\\:flex:empty, .focus-within\\:flex:focus-within {
2232
2232
display: flex;
2233
2233
}
2234
2234
0 commit comments