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

12 lines
187 B

#countries {
::outline {
line-color: #85c5d3;
line-width: 4;
line-join: round;
[ne_10m_adm = 'AAA'] { }
}
::inline {
line-color: black;
line-width: 1;
}
}