modern-css
Installation
SKILL.md
modern css
Prefer the smallest native HTML and CSS solution that meets the project's browser targets.
Sources:
workflow
- inspect existing browser targets, conventions, and dependencies.
- identify the behavior before changing its implementation. keep application state and business logic in JavaScript.
- replace legacy workarounds with a stable native pattern when it is simpler.
- check current browser support for unfamiliar or recently introduced features. add a simple fallback only when a target browser needs one.
- test responsive layout, overflow, keyboard focus, zoom, reduced motion, and relevant color schemes.
- run the project's formatter, linter, and tests.