mirror of
https://github.com/less/less.js.git
synced 2026-01-21 05:08:10 -05:00
19 lines
343 B
CSS
19 lines
343 B
CSS
.variables {
|
|
width: 14cm;
|
|
}
|
|
.variables {
|
|
height: 24px;
|
|
color: #888888;
|
|
font-family: "Trebuchet MS", Verdana, sans-serif;
|
|
quotes: "~" "~";
|
|
}
|
|
.redefinition {
|
|
three: 3;
|
|
}
|
|
.values {
|
|
font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
|
|
color: #888888 !important;
|
|
url: url('Trebuchet');
|
|
multi: something 'A', B, C, 'Trebuchet';
|
|
}
|