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/rendering-mss/issue_284_c.mss

19 lines
210 B

#roads_high {
[type='primary'] {
line-color: darkred;
}
[foo='bar'] {
line-width: 11;
}
}
#roads_high {
[type='primary'] {
line-color: red;
}
[foo='bar'] {
line-width: 10;
}
}