@@ -233,7 +233,7 @@ test('target', async () => {
233233
234234test ( 'open' , async ( ) => {
235235 expect ( await run ( [ 'open:flex' , 'group-open:flex' , 'peer-open:flex' ] ) ) . toMatchInlineSnapshot ( `
236- ".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) {
236+ ".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) {
237237 display: flex;
238238 }"
239239 ` )
@@ -1473,7 +1473,7 @@ test('not', async () => {
14731473 display: flex;
14741474 }
14751475
1476- .not-open\\:flex:not([open], :popover-open) {
1476+ .not-open\\:flex:not([open], :popover-open, :open ) {
14771477 display: flex;
14781478 }
14791479
@@ -2214,7 +2214,7 @@ test('variant order', async () => {
22142214 display: flex;
22152215 }
22162216
2217- .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 {
2217+ .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 {
22182218 display: flex;
22192219 }
22202220
0 commit comments