10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
@us: 'US';
|
|
@thing: [COUNTRY];
|
|
|
|
#world[COUNTRY=@us] {
|
|
polygon-fill: #000;
|
|
}
|
|
#world[@thing != 'US'] {
|
|
polygon-fill: #f00;
|
|
}
|