2.0.0 • Published 2 years ago

@markmiro/css-base v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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