carto/test/specificity/issue60.mss

7 lines
193 B
Plaintext
Raw Normal View History

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