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
Prev Previous commit
Next Next commit
Remove extra test
  • Loading branch information
jeddy3 committed Nov 27, 2025
commit 4f5c5603462e292eff45f8c1ada1cb1ab9d5179c
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ testRule({
code: '@font-face { font-weight: bolder; }',
description: 'ignore descriptors with unknown values',
},
{
code: '@font-face { font-weight: bolder; }',
description: 'ignore descriptors with unknown values',
},
{
code: 'a { color: if(media(all): red;); }',
description: 'ignore csstree parse errors for `if()` function',
Expand Down
Loading