Mon, 14 Sep 2020 22:55:45 +0300
restore .hg...
0 | 1 | @building-color: #bbbab4; |
2 | ||
3 | #buildings | |
4 | { | |
5 | polygon-fill: @building-color; | |
6 | line-width: 0.5; | |
7 | line-color: darken(@building-color, 20%); | |
8 | [building = 'construction'] { | |
9 | line-dasharray: 4,4; | |
10 | } | |
11 | } |