mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-28 12:33:33 +02:00
20 lines
246 B
Text
20 lines
246 B
Text
#class::foo {
|
|
[type='foo']{
|
|
line-width: 1;
|
|
}
|
|
}
|
|
|
|
#class::bar[zoom=1] {
|
|
[type='foo']{
|
|
line-width: 1;
|
|
}
|
|
[type='baz']{
|
|
line-width: 2;
|
|
}
|
|
}
|
|
|
|
#class::foo {
|
|
[type='foo']{
|
|
line-width: 1;
|
|
}
|
|
}
|