Sha256: fa94cd5f432e7dd1803f3bcfd2727c52cb14359e16cac1a0237356118677a4ca
Contents?: true
Size: 398 Bytes
Versions: 8
Compression:
Stored size: 398 Bytes
Contents
(function(exports) { var postProcessor = function() {}; postProcessor.prototype = { process: function (css) { return 'hr {height:50px;}\n' + css; } }; exports.install = function(less, pluginManager) { pluginManager.addPostProcessor( new postProcessor()); }; })(typeof exports === 'undefined' ? this['postProcessorPlugin'] = {} : exports);
Version data entries
8 entries across 8 versions & 3 rubygems