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/specificity/demo.mss

25 lines
279 B

#world {
polygon-fill:#CCC;
}
#world[NAME='United States'] {
polygon-fill:#F00;
[BLUE='red'] {
}
}
#countries .countries .two {
polygon-fill:#0FF;
}
#countries, #world {
polygon-fill:#F0F;
polygon-opacity: 0.5;
}
#countries, #countries.foo.bar.baz {}