browser-style-normalizer
v1.0.6
Published
The browser-style-normalizer is a stylesheet that resets all the browser-built-in styles, guaranteeing consistency across all major browsers.
Downloads
35
Maintainers
Readme
Browser Style Normalizer
The browser-style-normalizer
is a stylesheet that resets all the browser-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:
$ npm install -S browser-style-normalizer
- Include it in your main stylesheet:
@import url('/node_modules/browser-style-normalizer/dist/index.css');
Built With
- CSS
License
Acknowledgments
- CSS Tools: Reset CSS | Meyer Web
- A (more) Modern CSS Reset | Piccalilli
- A Modern CSS Reset | Josh W Comeau
- Preflight | Tailwind CSS
- Modern Normalize | Sindre Sorhus
- normalize.css
- sanitize.css
- clean-css
Deployment
- Install dependencies:
$ npm install
- Build the stylesheet:
$ npm start
- Publish to
npm
:
$ npm publish