UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

11 lines (9 loc) 336 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * https://www.w3.org/TR/css3-values/#viewport-relative-lengths * https://developer.mozilla.org/en-US/docs/Web/CSS/length */ const cssViewportPercentageLengthUnits = exports.cssViewportPercentageLengthUnits = ['vh', 'vw', 'vi', 'vb', 'vmin', 'vmax'];