reset-css
Installation
SKILL.md
Use a CSS reset or normalize stylesheet
CSS resets eliminate browser default inconsistencies—ensuring your designs look identical across Chrome, Firefox, Safari, and Edge.
Quick Reference
- Choose normalize.css for preservation or modern reset for clean slate
- Install with pnpm:
pnpm add normalize.css - Import before your custom styles
- Check if your CSS framework includes a built-in reset
Check
Verify that a CSS reset or normalization is implemented to ensure consistent styling across different browsers and devices.
Fix
Implement a modern CSS reset like normalize.css, CSS remedy, or a custom reset to eliminate browser default styling inconsistencies.