UNPKG

css-tree-animatable

Version:

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

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