Skip to content

Commit

Permalink
Fix false positives for large/small/dynamic viewport units in unit-no…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouvedia committed Mar 18, 2022
1 parent 1d76eb7 commit a304675
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/reference/keywordSets.js
Expand Up @@ -31,6 +31,18 @@ keywordSets.lengthUnits = new Set([
'rlh',
'lh',
// Viewport-percentage lengths
'dvh',
'dvmax',
'dvmin',
'dvw',
'lvh',
'lvmax',
'lvmin',
'lvw',
'svh',
'svmax',
'svmin',
'svw',
'vh',
'vw',
'vmin',
Expand Down

0 comments on commit a304675

Please sign in to comment.