UNPKG

@applitools/css-tree

Version:

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

13 lines (12 loc) 232 B
export default { parse: { prelude() { return this.createSingleNodeList( this.SelectorList() ); }, block() { return this.Block(true); } } };