- Install normalize.css via npm
npm install --save normalize.css
1.1 Or yarn
yarn add normalize.css
- Import it to your root
.jsfile before yourcssstyles
import 'normalize.css';
npm install --save normalize.css
1.1 Or yarn
yarn add normalize.css
.js file before your css stylesimport 'normalize.css';