Skip to content

thisisadityarao/custom-css-reset

Repository files navigation

Custom CSS Reset

This project takes inspiration from some well known and other lesser known resets, like:

Everyone has their opinion on what should be included in a reset. Every ruleset that is part of this reset, is there to override the user-agent styles and provide a baseline styles that improves the UX (user experience) across user-agents. I have not included certain rulesets, which I think, although useful, should not be part of a reset; like .sr-only {} or .visually-hidden {} set of declarations. They should be part of helper class utilities.

Installation

npm install --save @aditya_r/css-reset.css

or

yarn add @aditya_r/css-reset.css

Download

https://raw.githubusercontent.com/thisisadityarao/custom-css-reset/refs/heads/main/src/reset.css

CDN

UNPKG

https://unpkg.com/@aditya_r/css-reset/dist/reset.min.css

jsDelivr

https://cdn.jsdelivr.net/npm/@aditya_r/css-reset@0.0.3/dist/reset.min.css

License

MIT © Aditya Rao