mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fix: syncImport issue #1389 (nodejs)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
'dumpLineNumbers', // option - whether to dump line numbers
|
||||
'compress', // option - whether to compress
|
||||
'processImports', // option - whether to process imports. if false then imports will not be imported
|
||||
'syncImport', // option - whether to import synchronously
|
||||
'mime', // browser only - mime type for sheet import
|
||||
'currentFileInfo' // information about the current file - for error reporting and importing and making urls relative etc.
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user