UNPKG

@applitools/css-tree

Version:

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

17 lines (14 loc) 269 B
'use strict'; const page = { parse: { prelude() { return this.createSingleNodeList( this.SelectorList() ); }, block() { return this.Block(true); } } }; module.exports = page;