carto/test/rendering/nesting_class.mss
2014-06-11 17:52:06 +02:00

11 lines
186 B
Plaintext

/* Applies to all layers with .land class */
.land {
line-color: #ccc;
line-width: 0.5;
polygon-fill: #eee;
/* Applies to #lakes.land */
#lakes {
polygon-fill: #000;
}
}