carto/test/rendering/filtervariable.mss
2014-06-11 17:52:06 +02:00

10 lines
128 B
Plaintext

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