carto/test/rendering-mss/issue_315.mss

9 lines
226 B
Plaintext

#somelayername {
[feature = 'highway_motorway'],
[feature = 'highway_motorway_link'] {
/* code for any motorway */
[feature = 'highway_motorway_link'] {
/* code specific for links */
}
}
}