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