- Install normalize.css via npm
npm install --save normalize.css
1.1 Or yarn
yarn add normalize.css
- Import it to your root
.js
file before yourcss
styles
import 'normalize.css';
npm install --save normalize.css
1.1 Or yarn
yarn add normalize.css
.js
file before your css
stylesimport 'normalize.css';
Tip: If you see an "Unknown at rule @import-normalize css(unknownAtRules)" warning in VSCode, change the css.lint.unknownAtRules setting to ignore
Directly from https://create-react-app.dev/docs/adding-css-reset