UNPKG

css-tree-animatable

Version:

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

10 lines (8 loc) 192 B
var DISALLOW_OF_CLAUSE = false; module.exports = { parse: function nth() { return this.createSingleNodeList( this.Nth(DISALLOW_OF_CLAUSE) ); } };