UNPKG

@applitools/css-tree

Version:

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

13 lines (12 loc) 241 B
export default { parse: { prelude() { return this.createSingleNodeList( this.Scope() ); }, block(nested = false) { return this.Block(nested); } } };