UNPKG

css-tree-animatable

Version:

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

8 lines (7 loc) 144 B
module.exports = { parse: function() { return this.createSingleNodeList( this.SelectorList() ); } };