carto/test/rendering/var_concat.mss

7 lines
88 B
Plaintext

@var: 'foo';
#world {
text-face-name: 'Helvetica';
text-name: @var + ' bar';
}