1.1.3 • Published 3 years ago
u-reset v1.1.3
u-reset
A visual design focused CSS resets.
Reset default visual styling, helping designer and developer started custom css faster.
Install
with Yarn:
yarn add u-resetwith NPM:
npm install --save u-resetUsage
Via HTML
<link rel="stylesheet" href="/path/to/u-reset/reset.css" />Via css
@import '/path/to/u-reset/reset.css';Via Sass
@import '/path/to/u-reset/sass/reset';Via less
@import '/path/to/u-reset/less/reset';Reference
- normalize.css by necolas
- cssremedy by mozdevs