UNPKG

css-tree-animatable

Version:

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

9 lines (8 loc) 147 B
module.exports = { parse: { prelude: null, block: function() { return this.Block(true); } } };