1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.parens {
border: 2px solid black;
margin: 1px 3px 16 3;
width: 36;
padding: 2px 36px;
}
.more-parens {
padding: 8 4 4 4px;
width-all: 96;
width-first: 16 * 6;
width-keep: 16 * 6;
height: calc(100% + (25vh - 20px));
height-keep: 49 + 64;
height-all: 113;
height-parts: 49 + 64;
margin-keep: 20 - 8;
margin-parts: 20 - 8;
margin-all: 12;
border-radius-keep: 4px * 2 / 4 + 3px;
border-radius-parts: 8px / 7px;
border-radius-all: 5px;
}
.negative {
neg-var: -1;
neg-var-paren: -1;
}
.nested-parens {
width: 2 * 36 - 1;
height: 5 + 1;
}
.mixed-units {
margin: 2px 4em 1 5pc;
padding: 6px 1em 2px 2;
}
.test-false-negatives {
a: (;
}