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

11 lines
136 B
Text

#foo[zoom=11] {
line-width: 11;
}
#bar[zoom>=11][zoom<=14] {
line-width: 12;
[zoom>=15] {
line-width: 15;
}
}