mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
11 lines
136 B
Text
11 lines
136 B
Text
#foo[zoom=11] {
|
|
line-width: 11;
|
|
}
|
|
|
|
|
|
#bar[zoom>=11][zoom<=14] {
|
|
line-width: 12;
|
|
[zoom>=15] {
|
|
line-width: 15;
|
|
}
|
|
}
|