diff --git a/lib/reference/units.js b/lib/reference/units.js index 1ec2f8ea35..fb7da5ad2f 100644 --- a/lib/reference/units.js +++ b/lib/reference/units.js @@ -10,6 +10,12 @@ const lengthUnits = new Set([ 'rem', 'rlh', 'lh', + 'cqw', + 'cqh', + 'cqi', + 'cqb', + 'cqmin', + 'cqmax', // Viewport-percentage lengths 'dvh', 'dvmax', @@ -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',