19 lines
210 B
Plaintext
19 lines
210 B
Plaintext
|
#roads_high {
|
||
|
[type='primary'] {
|
||
|
line-color: darkred;
|
||
|
}
|
||
|
[foo='bar'] {
|
||
|
line-width: 11;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#roads_high {
|
||
|
[type='primary'] {
|
||
|
line-color: red;
|
||
|
}
|
||
|
[foo='bar'] {
|
||
|
line-width: 10;
|
||
|
}
|
||
|
}
|
||
|
|