1.0.3 • Published 3 years ago
@whitigol/reset-css v1.0.3
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";