my-css-reset
v0.0.3
Published
Yet another css reset.
Downloads
8
Readme
my-css-reset
Install
npm install my-css-reset
<link rel="stylesheet" href="/node_modules/my-css-reset/reset.min.css" />
or a CDN Link:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/taitulism/my-css-reset@latest/dist/reset.min.css" />
Development
Open the playground HTML file in the browser
./playground/index.html
To work with the minified file, run:
npm run dev
and swap CSS references in the playground HTML