1reset 中文文档教程
1Reset v3.0
1Reset 是一个可自定义的 CSS 文件,它可以使浏览器更一致地呈现所有元素并符合现代标准。
Feature
- Preserves useful defaults, unlike many CSS resets.
- Normalizes styles for a wide range of elements.
- Corrects bugs and common browser inconsistencies.
- Improves usability with subtle improvements.
- Explains what code does using detailed comments.
Browser support
- Chrome 4+
- Firefox 4+
- Safari 5+
- Opera 11+
- Edge 15+
- Internet Explorer 8+
Download and use
Public cdn.
适用于具有任何流量 的生产网站。 文件通过 MaxCDN 的超快速全球 CDN 提供。
<link href="http://cdn.rawgit.com/AliMD/1Reset/v3.0.0/dist/1reset.css" type="text/css" rel="stylesheet" />
对于 dev/testing 具有低流量 的最新版本,请使用以下链接。 请不要在生产网站上使用它。
<link href="http://rawgit.com/AliMD/1Reset/master/dist/1reset.css" type="text/css" rel="stylesheet" />
Bower
bower install 1reset
NPM
npm install 1reset
Sass
在你的 sass 项目 ♥ 中导入 1Reset
文件夹
@import '1Reset/'
Contributing
并想参与其中?
谢谢! 您可以通过多种方式提供帮助!
查看 CONTRIBUTING.md
Help and support
请在此处询问有关网络技术的任何问题一个>。
License
麻省理工学院许可证 (MIT) alimd.mit-license.org
1Reset v3.0
1Reset is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards.
Feature
- Preserves useful defaults, unlike many CSS resets.
- Normalizes styles for a wide range of elements.
- Corrects bugs and common browser inconsistencies.
- Improves usability with subtle improvements.
- Explains what code does using detailed comments.
Browser support
- Chrome 4+
- Firefox 4+
- Safari 5+
- Opera 11+
- Edge 15+
- Internet Explorer 8+
Download and use
Public cdn.
For use on production websites with any amount of traffic. Files are served via MaxCDN's super fast global CDN.
<link href="http://cdn.rawgit.com/AliMD/1Reset/v3.0.0/dist/1reset.css" type="text/css" rel="stylesheet" />
For dev/testing latest version with low-traffic use the following link. Please don't use it on production websites.
<link href="http://rawgit.com/AliMD/1Reset/master/dist/1reset.css" type="text/css" rel="stylesheet" />
Bower
bower install 1reset
NPM
npm install 1reset
Sass
import 1Reset
folder in your sass project
@import '1Reset/'
Contributing
♥ this project and want to get involved ?
Thanks! There are plenty of ways you can help!
Check CONTRIBUTING.md
Help and support
Please ask any questions about web technologies here.
License
The MIT License (MIT) alimd.mit-license.org