carto/test/rendering/filtervariable.mss
2011-07-01 13:26:45 -04:00

10 lines
128 B
Plaintext

@us: 'US';
@thing: "COUNTRY";
#world[COUNTRY=@us] {
polygon-fill: #000;
}
#world[@thing != 'US'] {
polygon-fill: #f00;
}