scancss
Version:
A robust CSS stylesheet statistics collector and analyzer
11 lines (9 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* https://www.w3.org/TR/css3-values/#font-relative-lengths
* https://developer.mozilla.org/en-US/docs/Web/CSS/length
*/
const cssFontRelativeLengthUnits = exports.cssFontRelativeLengthUnits = ['cap', 'ch', 'em', 'ex', 'ic', 'lh', 'rem', 'rlh'];