carto/test/rendering/combined_class.mss

12 lines
193 B
Plaintext
Raw Normal View History

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