@aditya_r/css-reset
v1.0.0
Published
A custom CSS reset based on Josh Comeau and Andy Bell's CSS reset.
Readme
Custom CSS Reset
This project takes inspiration from some well known and other lesser known resets, like:
- Josh Comeau's modern CSS reset
- Andy Bell a (more) modern CSS reset
- Chris Coyer CSS Starter
- Jen Simmon's CSS Remedy
- and more...
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.cssor
yarn add @aditya_r/css-reset.cssDownload
https://raw.githubusercontent.com/thisisadityarao/custom-css-reset/refs/heads/main/src/reset.cssCDN
UNPKG
https://unpkg.com/@aditya_r/css-reset/dist/reset.min.cssjsDelivr
https://cdn.jsdelivr.net/npm/@aditya_r/[email protected]/dist/reset.min.cssLicense
MIT © Aditya Rao
