mirror of
https://github.com/less/less.js.git
synced 2026-02-06 13:05:07 -05:00
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
@color: white;
|
|
.test {
|
|
color: @color;
|
|
}
|