Docs :: Reset
| File name | Source |
|---|---|
base.reset.css | Github |
The mCSS reset is kept to a minimum. It does the following:
- It sets the
box-sizingtoborder-box - It removes the default
marginon all elements - It sets the document’s
min-heightto 100%.
The rest of the defaults that would traditionally be included in a “reset” or “normalize” file are handled by the elements.*.css files. Refer to the mCSS File structure section of Getting Started for more details.
You can find an example of all HTML elements default styling in the next section.