7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
@var: 'foo';
|
|
|
|
#world {
|
|
text-face-name: 'Helvetica';
|
|
text-name: @var + ' bar';
|
|
}
|