modern-css

Installation
SKILL.md

modern css

Prefer the smallest native HTML and CSS solution that meets the project's browser targets.

Sources:

workflow

  1. inspect existing browser targets, conventions, and dependencies.
  2. identify the behavior before changing its implementation. keep application state and business logic in JavaScript.
  3. replace legacy workarounds with a stable native pattern when it is simpler.
  4. check current browser support for unfamiliar or recently introduced features. add a simple fallback only when a target browser needs one.
  5. test responsive layout, overflow, keyboard focus, zoom, reduced motion, and relevant color schemes.
  6. run the project's formatter, linter, and tests.

preferred patterns

Installs
7
GitHub Stars
2
First Seen
Sep 2, 2026
modern-css — hyperpuncher/dotagents