Skip to content

Commit c80f4f5

Browse files
committed
Fix tests
1 parent 4035ab0 commit c80f4f5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/tailwindcss/src/variants.test.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)