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.
Install the package:
npm i -S browser-style-normalizerInclude it in your main stylesheet:
@import url('/node_modules/browser-style-normalizer/dist/index.css');- CSS