UNPKG

@applitools/css-tree

Version:

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

17 lines (14 loc) 280 B
'use strict'; const scope = { parse: { prelude() { return this.createSingleNodeList( this.Scope() ); }, block(nested = false) { return this.Block(nested); } } }; module.exports = scope;