mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
It is up to the parser and compiler to rewrite them when those files are imported by another LESS file. - Modified and added test cases for import and import-once rules - Fixed difference between client side and server side handling of relative urls - Added a -rootpath option to lessc to specify another base path for the url rewriting. By default, rootpath=''
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
@import "import/import-once-test-c";
|
|
@import-once "import/import-once-test-c";
|
|
@import-once "import/import-once-test-c.less";
|
|
@import-once "import/deeper/import-once-test-a"; |