# elad2412/the-new-css-reset

The New Simple and Lighter CSS Reset

Repository: https://github.com/elad2412/the-new-css-reset
Canonical: https://ross.abutalabs.com/products/the-new-css-reset
Homepage: https://elad2412.github.io/the-new-css-reset/
Language: CSS
License: MIT
License Family: permissive
Topics: css, reset-css
Last push: 2024-08-24T19:43:16+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1953, "days_push": 739, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2342, forks 216 (observed 2026-08-28T04:06:39.008607+00:00)

## What it is
A lightweight CSS reset package that removes default user-agent styles from HTML elements using modern CSS features like `all: unset`, `revert`, and `:where()`. It preserves the `display` property and special elements such as iframe, canvas, img, svg, and video.

## Use cases
- reset default browser styles in a web project
- start a new frontend project with a clean CSS baseline
- remove user-agent stylesheet styles except display
- revert specific elements like inputs back to browser defaults
- make form controls style consistently across browsers

## When to choose
- you want a tiny, modern CSS reset using `all: unset` and `:where()`
- you need to preserve `display` and media elements like img, svg, video
- you want easy per-element reverts with `all: revert`
- your browser support targets are modern (Chrome 88+, Safari 14+, Firefox 84+)

## When to avoid
- you need to support legacy browsers that lack `all`, `:where()`, or `revert`
- you prefer a full normalize-style reset that keeps more default styling
- your project relies on default browser form-control styling

## Facets
- artifact type: library
- maturity: stable
- function: css-framework, ui-components
- domain: web-development, frontend, web-design
- platform: browser, cross-platform
- tags: css-reset, user-agent-styles, normalize-css, modern-css, npm-package

## Member repositories
- elad2412/the-new-css-reset (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:39.008607+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:37:17.077288+00:00, confidence not recorded.
  - readme: https://github.com/elad2412/the-new-css-reset (fetched 2026-08-28T04:06:39.008607+00:00, sha d0e6a619fca4)
  - homepage: https://elad2412.github.io/the-new-css-reset/ (fetched 2026-08-29T10:17:44.429436+00:00, sha 80ab21abc9ab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
