mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
- Inline JavaScript disabled by default - Deprecated "preprocessor" option removed (preprocessor plugins still valid)
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
var less = {
|
|
strictUnits: true,
|
|
strictMath: true,
|
|
logLevel: 4,
|
|
javascriptEnabled: true
|
|
};
|