mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
11 lines
154 B
CSS
11 lines
154 B
CSS
b {
|
|
foo: 5px;
|
|
bar: 24px;
|
|
baz: 66.667%;
|
|
many-units: 32em;
|
|
mm: 15mm;
|
|
pc: 2pc;
|
|
pt: -72pt;
|
|
inches: 2in;
|
|
more-inches: 3.5in;
|
|
mixed: 6px; }
|