1 Repo
Lightweight foundational stylesheets that establish consistent box-sizing, margins, and system font stacks.
Distinct from Modern CSS Best Practices: None of the candidates represent a foundational 'base' stylesheet for project initialization.
Explore 1 awesome GitHub repository matching web development · Modern CSS Baselines. Refine with filters or upvote what's useful.
sanitize.css is a CSS reset library and normalizer that provides a baseline stylesheet for web projects. It establishes a uniform visual starting point by removing inconsistent browser-specific default styles and implementing a global CSS reset. The project focuses on cross-browser style normalization, ensuring that typography, form controls, and HTML elements render consistently across different browsers and devices. It implements a system-font stack to eliminate rendering discrepancies and applies box-sizing normalization to ensure a predictable layout model. The library also includes acce
Provides a lightweight starting point for web projects with consistent box-sizing, margins, and system font stacks.