Skip to content
Prev Previous commit
Next Next commit
Add test case to accept range type
Co-authored-by: Gary Gozlan <Mouvedia@users.noreply.github.com>
  • Loading branch information
immitsu and Mouvedia authored Jul 19, 2025
commit 657d99b2b018d51d3b16e81ffbf1705e0b0063cd
3 changes: 3 additions & 0 deletions lib/rules/media-feature-range-notation/__tests__/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ testRule({
code: '@media (width = 1px) {}',
description: 'plain media feature in context notation with exact value',
},
{
code: '@media (height <= 1px) {}',
},
],
reject: [
{
Expand Down
Loading