runner-postProcessor-options.js 143 B

12345
  1. var less = {logLevel: 4,
  2. errorReporting: "console"};
  3. less.postProcessor = function(styles) {
  4. return 'hr {height:50px;}\n' + styles;
  5. };