scancss
Version:
A robust CSS stylesheet statistics collector and analyzer
11 lines (9 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* https://www.w3.org/TR/css3-values/#absolute-lengths
* https://developer.mozilla.org/en-US/docs/Web/CSS/length
*/
const cssAbsoluteLengthUnits = exports.cssAbsoluteLengthUnits = ['cm', 'in', 'mm', 'mozmm', 'pc', 'pt', 'px', 'q'];