1.2.0 • Published 6 years ago

defaults.css v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

defaults.css

normalize.css extended with opinionated resets & defaults

notable resets:

  • paddings, margins
  • borders in fieldset, iframe
  • spacing after audio, canvas, iframe, img, svg, video elements

defaults:

  • set box-sizing globally to inherit parent value
  • use box-sizing: border-box in html
  • set default font-family to system-ui
  • make inputs, buttons, links to inherit text styles
  • enable font-smoothing by default
  • svg to use currentColor for filling

...and many other, see source code

Install

npm install --save defaults.css

Related


MIT © John Grishin

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago