UNPKG

less

Version:

Leaner CSS

14 lines (11 loc) 255 B
(function (tree) { tree.Anonymous = function (string) { this.value = string.value || string; }; tree.Anonymous.prototype = { toCSS: function () { return this.value; }, eval: function () { return this } }; })(require('../tree'));