@mustapha-ghlissi/reset.css
: default browsers CSS resetter.
Use npm
or yarn
to install the package.
npm i @mustapha-ghlissi/reset.css
yarn add @mustapha-ghlissi/reset.css
Import it into your file
import '@mustapha-ghlissi/reset.css';
Or add it directly to your webpage:
<head>
<link
rel="stylesheet"
href="/path/to/reset.min.css"
/>
</head>