UNPKG

@applitools/css-tree

Version:

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

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