Skip to content

Commit

Permalink
fix units again
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrakov committed Sep 2, 2022
1 parent 6fde55c commit 4e13d1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/reference/units.js
Expand Up @@ -10,6 +10,12 @@ const lengthUnits = new Set([
'rem',
'rlh',
'lh',
'cqw',
'cqh',
'cqi',
'cqb',
'cqmin',
'cqmax',
// Viewport-percentage lengths
'dvh',
'dvmax',
Expand Down Expand Up @@ -44,12 +50,6 @@ const lengthUnits = new Set([
const units = uniteSets(lengthUnits, [
// Relative length units
'%',
'cqw',
'cqh',
'cqi',
'cqb',
'cqmin',
'cqmax',
// Time length units
's',
'ms',
Expand Down

0 comments on commit 4e13d1c

Please sign in to comment.