Skip to content

Commit

Permalink
fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrakov committed Sep 2, 2022
1 parent 7bfb7d4 commit 6fde55c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/reference/units.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,17 @@ const lengthUnits = new Set([
'mozmm',
// Flexible length units
'fr',
// Container queries units
]);

const units = uniteSets(lengthUnits, [
// Relative length units
'%',
'cqw',
'cqh',
'cqi',
'cqb',
'cqmin',
'cqmax',
]);

const units = uniteSets(lengthUnits, [
// Relative length units
'%',
// Time length units
's',
'ms',
Expand Down

0 comments on commit 6fde55c

Please sign in to comment.