top | item 45500608

(no title)

peter-m80 | 4 months ago

this is a must

* { box-sizing: border-box }

discuss

order

qbane|4 months ago

I prefer the following to ensure the interoperability of external libraries:

`body, html { box-sizing: border-box } * { box-sizing: inherit }`