source: Dev/trunk/src/client/util/less/test/css/variables.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 429 bytes
Line 
1.variables {
2  width: 14cm;
3}
4.variables {
5  height: 24px;
6  color: #888888;
7  font-family: "Trebuchet MS", Verdana, sans-serif;
8  quotes: "~" "~";
9}
10.redefinition {
11  three: 3;
12}
13.values {
14  font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
15  color: #888888 !important;
16  multi: something 'A', B, C, 'Trebuchet';
17}
18.variable-names {
19  name: 'hello';
20}
21.alpha {
22  filter: alpha(opacity=42);
23}
24a:nth-child(2) {
25  border: 1px;
26}
Note: See TracBrowser for help on using the repository browser.