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