UNPKG

@applitools/css-tree

Version:

A temporary custom copy of https://github.com/csstree/csstree

13 lines (10 loc) 207 B
'use strict'; // https://drafts.csswg.org/css-cascade-5/ const cssWideKeywords = [ 'initial', 'inherit', 'unset', 'revert', 'revert-layer' ]; exports.cssWideKeywords = cssWideKeywords;