https://github.com/drone076/reset.css
A modern CSS reset
https://github.com/drone076/reset.css
css css-normalization css-reset normalize-css reset-css
Last synced: about 1 month ago
JSON representation
A modern CSS reset
- Host: GitHub
- URL: https://github.com/drone076/reset.css
- Owner: drone076
- License: mit
- Created: 2022-07-19T09:24:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T15:05:10.000Z (almost 3 years ago)
- Last Synced: 2023-02-28T02:15:52.991Z (about 2 years ago)
- Topics: css, css-normalization, css-reset, normalize-css, reset-css
- Language: CSS
- Homepage: https://drone076.github.io/reset.css/
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# reset.css
> A modern CSS reset
[![license][license-image]][license-url]
## Why another CSS reset?
In this modern era of web development, we don’t really need a heavy-handed reset, or even a reset at all, because CSS browser compatibility issues are much less likely than they were in the old IE 6 days. That era was when resets such as [normalize.css](https://github.com/necolas/normalize.css/) came about and saved us all heaps of hell. Those days are gone now and we can trust our browsers to behave more, so I think resets like that are probably mostly redundant.
## What does it do?
* 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 modifications.
* Explains what code does using detailed comments.## Browser support
* Chrome
* Edge
* Firefox ESR+
* Internet Explorer 10+
* Safari 8+
* Opera## Contributing
Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the
contribution process easy and effective for everyone involved.[license-image]: https://img.shields.io/npm/l/normalize.css.svg?style=flat-square
[license-url]: LICENSE.md