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 38 39 40 41
|
div {
foo: (1a2b3c);
length-1: length(1a2b3c);
unit-1: unit(1a2b3c);
result-1: 1em-.75em;
result-2: 2em-1em;
result-3: 2em-0.75em;
result-4: 1.5em-1em;
result-5: 2em-1.5em;
type-1: type-of(1em-.75em);
type-2: type-of(2em-1em);
type-3: type-of(2em-0.75em);
type-4: type-of(1.5em-1em);
type-5: type-of(2em-1.5em);
type-6: type-of(1a2b3c);
test-1: (1-em-2-em);
test-1: (1-em - 2-em);
test-2: (1-0-em-2-0-em);
test-2: (1-0-em - 2-0-em);
test-3: (1-A-em-2-A-em);
test-3: (1-A-em - 2-A-em);
test-4: (1_em--_--e-2_em--_--e);
test-4: (1_em--_--e - 2_em--_--e);
test-5: (1_em--_--e0-2_em--_--e0);
test-5: (1_em--_--e0 - 2_em--_--e0);
test-6: (1_em--_--e0__-2_em--_--e0__);
test-6: (1_em--_--e0__ - 2_em--_--e0__);
test-7: (1\65 _em--_--e0-2\65 _em--_--e0);
test-7: (1\65 _em--_--e0 - 2\65 _em--_--e0);
}
|