
modern-normalize is another alternative to CSS resets that can be used to normalize default CSS styles for modern browsers: Chrome, Firefox, and Safari.
How to use it:
Download and install the modern-normalize.
# NPM $ npm install modern-normalize --save
Import the modern-normalize into your module.
@import 'modern-normalize/modern-normalize.css';
Or directly include the stylesheet ‘modern-normalize.css’ on the web page.
<link rel="stylesheet" href="modern-normalize/modern-normalize.css">
Changelog:
10/30/2018
- Tweaks







