Files
less.js/test/browser/runner-errors-options.js
Matthew Dean ad57737ce0 All tests passing for @plugin
- Inline JavaScript disabled by default
- Deprecated "preprocessor" option removed (preprocessor plugins still valid)
2016-07-12 22:26:39 -07:00

7 lines
106 B
JavaScript

var less = {
strictUnits: true,
strictMath: true,
logLevel: 4,
javascriptEnabled: true
};