912988e174
This brings over cloudmade/less.js@333d1def4 to permit whitespace in front of arguments of function calls, and tweaks the related test to make sure it stays that way. This fixes #154
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
@trans: 2;
|
|
#world {
|
|
point-file: url(foo.png);
|
|
point-transform: translate( @trans * 2, @trans);
|
|
}
|