mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01: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;
|
|
}
|
|
}
|