From 4e13d1cc81c32b23400692c8fba138fc87307df7 Mon Sep 17 00:00:00 2001 From: fpetrakov Date: Fri, 2 Sep 2022 19:33:51 +0300 Subject: [PATCH] fix units again --- lib/reference/units.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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',