@markmiro/css-base
v2.0.0
Published
Based on a CSS reset from joshwcomeau.com
Downloads
45
Readme
css-base
What does it do?
- Box sizing
border-box
- Remove default margins on all elements
- Add 100% height to
html
element - Display block for images and media
- Make form elements inherit document font
- Avoid text overflows (
overflow-wrap: break-word
) - Dark mode
- Links inherit text color (helps with link color in dark mode)
- System font
Browser support
Modern browsers.
Colophon
- Based on a CSS reset from joshwcomeau.com.
- The NPM package structure is based off of the normalize.css repo.