5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
|
@color: white;
|
||
|
.test {
|
||
|
color: @color;
|
||
|
}
|