mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-28 04:03:33 +02:00
15 lines
No EOL
250 B
Text
15 lines
No EOL
250 B
Text
#foo {
|
|
[type='foo'] {
|
|
line-width: 1;
|
|
}
|
|
a/polygon-fill: black;
|
|
b/building-height: 0.5;
|
|
a/line-width: 10;
|
|
b/line-width: 5;
|
|
b/line-color: blue;
|
|
a/line-color: red;
|
|
|
|
[type='bar'] {
|
|
line-width: 2;
|
|
}
|
|
} |