UNPKG

css-tree-animatable

Version:

Fork of css-tree with all but animatable CSS properties removed

13 lines (12 loc) 266 B
module.exports = { parse: { prelude: function() { return this.createSingleNodeList( this.SelectorList() ); }, block: function() { return this.Block(true); } } };