UNPKG

css-tree-animatable

Version:

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

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