@whitigol/reset-css
v1.0.3
Published
# Custom Reset CSS
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-cssYarn
yarn add @whitigol/reset-csspnpm
pnpm add @whitigol/reset-cssUsage
CSS, SCSS, SASS, LESS, Stylus, etc.
@import "@whitigol/reset-css/styles.css";JS, TS
import "@whitigol/reset-css/styles.css";