mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-10-15 03:05:15 +02:00
14 lines
208 B
Text
14 lines
208 B
Text
@foo: 2;
|
|
|
|
#labels {
|
|
text-name: "[name]";
|
|
text-fill: black;
|
|
text-size: 12;
|
|
|
|
text-placement-list: {
|
|
text-dx: 6+3;
|
|
},{
|
|
text-size: @foo * 3;
|
|
text-name: "[nm]"
|
|
};
|
|
}
|