minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / variables.css
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 .redef {
11   zero: 0;
12 }
13 .redef .inition {
14   three: 3;
15 }
16 .values {
17   minus-one: -1;
18   font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
19   color: #888888 !important;
20   multi: something 'A', B, C, 'Trebuchet';
21 }
22 .variable-names {
23   name: 'hello';
24 }
25 .alpha {
26   filter: alpha(opacity=42);
27 }
28 .testPollution {
29   a: 'no-pollution';
30 }
31 .units {
32   width: 1px;
33   same-unit-as-previously: 1px;
34   square-pixel-divided: 1px;
35   odd-unit: 2;
36   percentage: 500%;
37   pixels: 500px;
38   conversion-metric-a: 30mm;
39   conversion-metric-b: 3cm;
40   conversion-imperial: 3in;
41   custom-unit: 420octocats;
42   custom-unit-cancelling: 18dogs;
43   mix-units: 2px;
44   invalid-units: 1px;
45 }