Blame view

node_modules/less/test/browser/runner-errors-options.js 111 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
  var less = {
      strictUnits: true,
      math: 'strict-legacy',
      logLevel: 4,
      javascriptEnabled: true
  };