runner-postProcessor-options.js 148 Bytes Edit Raw Blame History 1 2 3 4 5 var less = {logLevel: 4, errorReporting: "console"}; less.postProcessor = function(styles) { return 'hr {height:50px;}\n' + styles; };