Big Reset CSS
Read on other languages: русский.
Reset default browser styles.
Installation / Usage
- Link how
CDN
:
<link rel="stylesheet" href="https://unpkg.com/big-reset-css@latest/dist/reset.min.css"/>
- Install NPM-package:
npm install --save-dev big-reset-css
- Import to CSS:
@import url("https://unpkg.com/big-reset-css@latest/dist/reset.min.css");
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!
- Thanks <3
History
30 June 2022 year - VER_1.0.0
License
MIT License. Read here.