mirror of
https://github.com/less/less.js.git
synced 2026-02-09 22:45:28 -05:00
Fix the browser tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
var less = {};
|
||||
var less = {logLevel: 4,
|
||||
errorReporting: "console"};
|
||||
less.postProcessor = function(styles) {
|
||||
return 'hr {height:50px;}\n' + styles;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user