Blame view

node_modules/less/test/browser/runner-legacy-options.js 107 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
  var less = {
      logLevel: 4,
      errorReporting: 'console',
      math: 'always',
      strictUnits: false
  };