wishthis/node_modules/less/test/browser/runner-errors-options.js

7 lines
111 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
var less = {
strictUnits: true,
math: 'strict-legacy',
logLevel: 4,
javascriptEnabled: true
};