Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix tests
  • Loading branch information
thecrypticace committed Jan 21, 2025
commit c80f4f513de6798d495cc402f002f869580d8a56
22 changes: 11 additions & 11 deletions packages/tailwindcss/src/variants.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1664,19 +1664,19 @@ test('not', async () => {
// there is no sensible negative version of them.

// These just don't make sense as not-*
'not-force',
'not-*',
'not-force:flex',
'not-*:flex',

// These contain pseudo-elements
'not-first-letter',
'not-first-line',
'not-marker',
'not-selection',
'not-file',
'not-placeholder',
'not-backdrop',
'not-before',
'not-after',
'not-first-letter:flex',
'not-first-line:flex',
'not-marker:flex',
'not-selection:flex',
'not-file:flex',
'not-placeholder:flex',
'not-backdrop:flex',
'not-before:flex',
'not-after:flex',

// This is not a conditional at rule
'not-starting:flex',
Expand Down