magnacarto/mss/tests/040-nested.mss
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

21 lines
No EOL
250 B
Text

#roads{
[type='rail'] {
[service='yard'] {
line-color: red;
}
}
}
#roads[zoom=17] {
line-width: 2;
line-color: yellow;
[type='rail'] {
line-width: 5;
// service='yard' should be red
}
}
#roads {
line-width: 1;
}