UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

10 lines (8 loc) 210 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * https://www.w3.org/TR/css3-values/#angles */ const cssAngleUnits = exports.cssAngleUnits = ['deg', 'grad', 'rad', 'turn'];