https://github.com/jesusgraterol/browser-style-normalizer
The browser-style-normalizer is a stylesheet that resets all the browser-built-in styles, guaranteeing consistency across all major browsers.
https://github.com/jesusgraterol/browser-style-normalizer
browser css default normalizer pre-settings preflight style style-reset
Last synced: 9 months ago
JSON representation
The browser-style-normalizer is a stylesheet that resets all the browser-built-in styles, guaranteeing consistency across all major browsers.
- Host: GitHub
- URL: https://github.com/jesusgraterol/browser-style-normalizer
- Owner: jesusgraterol
- License: mit
- Created: 2024-04-30T14:51:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T19:49:13.000Z (11 months ago)
- Last Synced: 2025-08-23T05:08:10.192Z (9 months ago)
- Topics: browser, css, default, normalizer, pre-settings, preflight, style, style-reset
- Language: CSS
- Homepage: https://www.npmjs.com/package/browser-style-normalizer
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browser Style Normalizer
The `browser-style-normalizer` is a stylesheet that resets all the browser's built-in styles, guaranteeing consistency across all major browsers.
It is important to note that this normalizer performs a hard style reset. If you are not using a robust CSS framework or component library, you should use a different normalizer.
## Getting Started
Install the package:
```bash
npm i -S browser-style-normalizer
```
Include it in your main stylesheet:
```css
@import url('/node_modules/browser-style-normalizer/dist/index.css');
```
## Built With
- CSS
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
- [CSS Tools: Reset CSS | Meyer Web](https://meyerweb.com/eric/tools/css/reset/)
- [A (more) Modern CSS Reset | Piccalilli](https://piccalil.li/blog/a-more-modern-css-reset/)
- [A Modern CSS Reset | Josh W Comeau](https://www.joshwcomeau.com/css/custom-css-reset/)
- [Preflight | Tailwind CSS](https://tailwindcss.com/docs/preflight)
- [Modern Normalize | Sindre Sorhus](https://github.com/sindresorhus/modern-normalize)
- [normalize.css](https://github.com/necolas/normalize.css)
- [sanitize.css](https://github.com/csstools/sanitize.css)
- [clean-css](https://github.com/clean-css/clean-css)