mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
8 lines
148 B
CSS
8 lines
148 B
CSS
.variables { width: 14cm; }
|
|
.variables {
|
|
height: 24px;
|
|
color: #888888;
|
|
font-family: "Trebuchet MS", Verdana, sans-serif;
|
|
quotes: "~" "~";
|
|
}
|