@whitigol/reset-css
v1.0.3
Published
# Custom Reset CSS
Downloads
6
Readme
reset-css
Custom Reset CSS
I created this package for use in my personal projects, but feel free to use it if you want.
Installation
NPM
npm install @whitigol/reset-css
Yarn
yarn add @whitigol/reset-css
pnpm
pnpm add @whitigol/reset-css
Usage
CSS, SCSS, SASS, LESS, Stylus, etc.
@import "@whitigol/reset-css/styles.css";
JS, TS
import "@whitigol/reset-css/styles.css";