components/css-reset

CSS Resetter Library

2.5 2014-11-08 16:31 UTC

This package is not auto-updated.

Last update: 2020-07-06 06:40:22 UTC


README

Improvements of Eric Meyer's Reset CSS (v2.0) :

Installation

Bower

bower install css-reset

Releases Notes

  • Version 2.1 : + textarea { resize: none; } to avoid textarea resizing. (08/10/2013)
  • Version 2.2 : + a { outline: none; } to avoid dots around links. (02/12/2013)
  • Version 2.3 : I implemented many stuff from YUI 3.5.0 reset.css. (03/12/2013)
  • Version 2.4 : + body { -webkit-font-smoothing: antialiased; } to avoid aliasing on Chrome. (21/01/2014)
  • Version 2.5 : + a { color: inherit; text-decoration: none; } to avoid links auto-formatting. (28/01/2014)
  • Version 2.6 : + button { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } to avoid buttons auto-formatting. (23/11/2014)
  • Version 2.7 : + body { font-size: 0 } to avoid unwanted spaces between inline block elements. (20/12/2014)