carto/test/rendering/filtervariable.mss
2012-12-20 11:13:18 -05:00

10 lines
128 B
Plaintext

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