carto/test/rendering/transforms.mss
Tom MacWright 912988e174 Fix parsing of whitespace in calls.
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
2012-09-21 14:27:19 -04:00

6 lines
101 B
Plaintext

@trans: 2;
#world {
point-file: url(foo.png);
point-transform: translate( @trans * 2, @trans);
}