components/css-reset
最新稳定版本:2.5
Composer 安装命令:
composer require components/css-reset
包简介
CSS Resetter Library
README 文档
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)
统计信息
- 总下载量: 411
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-08