File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1664,19 +1664,19 @@ test('not', async () => {
16641664 // there is no sensible negative version of them.
16651665
16661666 // These just don't make sense as not-*
1667- 'not-force' ,
1668- 'not-*' ,
1667+ 'not-force:flex ' ,
1668+ 'not-*:flex ' ,
16691669
16701670 // These contain pseudo-elements
1671- 'not-first-letter' ,
1672- 'not-first-line' ,
1673- 'not-marker' ,
1674- 'not-selection' ,
1675- 'not-file' ,
1676- 'not-placeholder' ,
1677- 'not-backdrop' ,
1678- 'not-before' ,
1679- 'not-after' ,
1671+ 'not-first-letter:flex ' ,
1672+ 'not-first-line:flex ' ,
1673+ 'not-marker:flex ' ,
1674+ 'not-selection:flex ' ,
1675+ 'not-file:flex ' ,
1676+ 'not-placeholder:flex ' ,
1677+ 'not-backdrop:flex ' ,
1678+ 'not-before:flex ' ,
1679+ 'not-after:flex ' ,
16801680
16811681 // This is not a conditional at rule
16821682 'not-starting:flex' ,
You can’t perform that action at this time.
0 commit comments