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

Version Path
rapid_stack-0.2.0 templates/frontend/node_modules/less/test/plugins/postprocess/index.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/less/test/plugins/postprocess/index.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/less/test/plugins/postprocess/index.js
ilog-0.4.1 node_modules/less/test/plugins/postprocess/index.js
ilog-0.4.0 node_modules/less/test/plugins/postprocess/index.js
ilog-0.3.3 node_modules/less/test/plugins/postprocess/index.js
less-execjs-2.6.0.4 lib/less/js/less/test/plugins/postprocess/index.js
less-execjs-2.6.0.3 lib/less/js/less/test/plugins/postprocess/index.js