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
66cc146a02
carto
/
test
/
rendering
/
color_variable.mss
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Re-add color variable support and add test to make sure that it isn't regressed again
2011-02-03 02:19:46 +08:00
#world {
use color variables without the @ sign. You can still do operations with colors, like "green + #222"
2011-02-08 00:17:10 +08:00
polygon-fill: green;
Adding test that includes HSL colors
2011-08-27 04:17:09 +08:00
line-color: hsl(30, 40%, 90%);
Re-add color variable support and add test to make sure that it isn't regressed again
2011-02-03 02:19:46 +08:00
}
Reference in New Issue
Copy Permalink