This module resets a few basic values for the body, img and svg elements.

Note: this reset does not set box-sizing to border-box using the universal selector. This is meant to discourage declaring widths unnecessarily throughout a stylesheet. The base form and grid modules use border-box where widths are used, and a .border-box utility is available in the utility-layout module.

This reset intentionally does not normalize cross-browser discrepancies. If you would like to normalize styles, use normalize.css.


CSS Source


body { margin: 0 }
img { max-width: 100% }
svg { max-height: 100% }

3 Rules
3 Selectors
3 Declarations
3 Properties