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=''
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
#logo {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: url('../assets/logo.png');
|
|
}
|