Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jun 10, 2023
1 parent 6d49b7b commit da58881
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -75,6 +75,10 @@ testRule({
code: '@media (-webkit-hover: -webkit-hover) {}',
description: 'Double vendor prefixes when valid',
},
{
code: '@media (foo: 100px) {}',
description: 'Unknown media feature',
},
],

reject: [
Expand Down

0 comments on commit da58881

Please sign in to comment.