wishthis/node_modules/less/test/browser/runner-errors-options.js
2022-01-21 09:28:41 +01:00

6 lines
111 B
JavaScript

var less = {
strictUnits: true,
math: 'strict-legacy',
logLevel: 4,
javascriptEnabled: true
};