A lightweight CSS reset package designed to normalize and standardize the default styles across different web browsers. It provides a clean starting point for web projects by resetting CSS properties to a consistent baseline, ensuring a more predictable and consistent rendering of HTML elements.
NPM
npm install naiden-css-reset
YARN
yarn add naiden-css-reset
UNPKG
<link rel="stylesheet" href="https://unpkg.com/[email protected]/reset.css">
HTML
<link rel="stylesheet" href="node_modules/naiden-css-reset/reset.css"/>
CSS
@import 'naiden-css-reset/reset.css'
or
@import '../node_modules/naiden-css-reset/reset.css'
SCSS
@import 'naiden-css-reset/_reset.scss'
SASS
@import 'naiden-css-reset/_reset.sass'