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_b.mss

19 lines
227 B

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