Skip to content

Commit

Permalink
Fix false negatives for unit-no-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouvedia committed Mar 17, 2022
1 parent e026f57 commit a31b2c4
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 a31b2c4

Please sign in to comment.