components / css-reset
CSS Resetter Library
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 411
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:CSS
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)