Ross ROSS = Recommend OSS · open-source software intelligence for agents

elad2412/the-new-css-reset

The New Simple and Lighter CSS Reset observed · 2026-08-28

github.com/elad2412/the-new-css-reset · homepage · CSS · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1953
  • days_rel: n/a
  • days_push: 739
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2342 stars · 216 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity stable

css-framework ui-components web-development frontend web-design browser cross-platform css-reset user-agent-styles normalize-css modern-css npm-package

2 sources

Member repositories

RepositoryRoleHealth v2
elad2412/the-new-css-resetmain32

For agents

markdown · JSON · MCP: product_card(name="elad2412/the-new-css-reset")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem