carto/test/rendering/combined_class.mss
Tom MacWright f9fcffeeba Fix nested class behavior. This changes the output of complex_cascades
and changes current behavior, but to the best of my sleep-deprived
cognition I think we were testing for incorrect behavior.
2012-10-15 10:16:27 -07:00

12 lines
193 B
Plaintext

/* 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;
}