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 () => {
1664
1664
// there is no sensible negative version of them.
1665
1665
1666
1666
// These just don't make sense as not-*
1667
- 'not-force' ,
1668
- 'not-*' ,
1667
+ 'not-force:flex ' ,
1668
+ 'not-*:flex ' ,
1669
1669
1670
1670
// 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 ' ,
1680
1680
1681
1681
// This is not a conditional at rule
1682
1682
'not-starting:flex' ,
You can’t perform that action at this time.
0 commit comments