mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Added usage info for url-args option
This commit is contained in:
@@ -59,6 +59,7 @@ var lessc_helper = {
|
||||
console.log(" --strict-units=on|off that cannot be represented.");
|
||||
console.log(" --global-var='VAR=VALUE' Defines a variable that can be referenced by the file.");
|
||||
console.log(" --modify-var='VAR=VALUE' Modifies a variable already declared in the file.");
|
||||
console.log(" --url-args='QUERYSTRING' Adds params into url tokens (e.g. 42, cb=42 or 'a=1&b=2')");
|
||||
console.log("");
|
||||
console.log("-------------------------- Deprecated ----------------");
|
||||
console.log(" -O0, -O1, -O2 Set the parser's optimization level. The lower");
|
||||
|
||||
Reference in New Issue
Block a user