You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carto/test/errorhandling/undefined_variable.mss

6 lines
119 B

#world[zoom=5] {
polygon-fill: @something;
line-color: @something + #111;
marker-fill: darken(@something, 10);
}