mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
var less = {
|
|
logLevel: 4,
|
|
errorReporting: 'console',
|
|
strictMath: false,
|
|
strictUnits: false
|
|
};
|