mirror of
https://github.com/less/less.js.git
synced 2026-01-23 22:27:57 -05:00
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
@color: white;
|
|
.test {
|
|
color: @color;
|
|
}
|