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/issue60.mss

7 lines
193 B

#world {
[NET_INFLOW > -30000] { polygon-fill: #f00; }
[NET_INFLOW > -10000] { polygon-fill: #0f0; }
}
#world [OBJECTID=12] { polygon-pattern-file:url(../resources/textures/stripe.png); }