UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

10 lines (8 loc) 273 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * https://drafts.csswg.org/css-cascade-4/#defaulting-keywords */ const cssExplicitDefaultingKeywords = exports.cssExplicitDefaultingKeywords = ['inherit', 'initial', 'revert', 'unset'];