minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / parens.css
1 .parens {
2   border: 2px solid #000000;
3   margin: 1px 3px 16 3;
4   width: 36;
5   padding: 2px 36px;
6 }
7 .more-parens {
8   padding: 8 4 4 4px;
9   width-all: 96;
10   width-first: 16 * 6;
11   width-keep: (4 * 4) * 6;
12   height-keep: (7 * 7) + (8 * 8);
13   height-all: 113;
14   height-parts: 49 + 64;
15   margin-keep: (4 * (5 + 5) / 2) - (4 * 2);
16   margin-parts: 20 - 8;
17   margin-all: 12;
18   border-radius-keep: 4px * (1 + 1) / 4 + 3px;
19   border-radius-parts: 8px / 7px;
20   border-radius-all: 5px;
21 }
22 .negative {
23   neg-var: -1;
24   neg-var-paren: -(1);
25 }
26 .nested-parens {
27   width: 2 * (4 * (2 + (1 + 6))) - 1;
28   height: ((2 + 3) * (2 + 3) / (9 - 4)) + 1;
29 }
30 .mixed-units {
31   margin: 2px 4em 1 5pc;
32   padding: 6px 1em 2px 2;
33 }