This website requires JavaScript.
Explore
Help
Sign In
cartodb
/
carto
Watch
1
Star
0
Fork
0
You've already forked carto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
236d64ec14
carto
/
test
/
rendering
/
transforms.mss
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support variables and expressions as the arguments to functions.
2012-06-23 00:32:36 +08:00
@trans: 2;
Support named transforms in Carto with variable interpolation. Removes Anonymous type.
2012-06-21 05:34:27 +08:00
#world {
point-file: url(foo.png);
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-22 02:27:19 +08:00
point-transform: translate( @trans * 2, @trans);
Support named transforms in Carto with variable interpolation. Removes Anonymous type.
2012-06-21 05:34:27 +08:00
}
Reference in New Issue
Copy Permalink