master-co/css
The markup-driven CSS language and framework — readable by humans, reliable for agents. observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 95
- Release rhythm 60
- Longevity 100
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 1734
- days_rel: 40
- days_push: 32
- n_releases_24m: 43
Adoption not part of the score
1945 stars · 44 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Master CSS is a virtual CSS language and framework that lets developers style HTML entirely through enhanced class-name syntax, with a runtime engine that observes the DOM and generates real CSS rules automatically. It supports responsive breakpoints, states, selectors, color schemes, and hybrid server-side rendering in roughly 14KB, with framework-agnostic setup and a VS Code language service.
Use cases
- style web UIs without writing separate CSS files
- build a design system using only HTML class names
- add responsive styles with breakpoint variants in markup
- pre-generate CSS on the server for SSR apps like Next.js
- quickly prototype pages via a CDN script tag
- replace utility-first frameworks like Tailwind with a new CSS syntax
- get syntax highlighting and autocomplete for class names in VS Code
When to choose
- you want utility-first styling with a more structured, near-native CSS syntax
- you need zero-config setup that works via CDN or any framework (React, Vue, Angular, Svelte, Laravel)
- you want runtime JIT styling plus server-side pre-generation (hybrid rendering)
- you need broad browser support including IE 11 via Mutation Observer
When to avoid
- your team prefers traditional semantic CSS classes and stylesheets
- you rely on an ecosystem of plugins built for Tailwind CSS
- you dislike learning a custom class-name syntax for styling
- you need a full component library rather than a styling engine
Facets
framework · maturity active
css-framework frontend-framework ui-components ssr theme web-development frontend web-design browser cross-platform virtual-css utility-first atomic-css jit zero-runtime markup-driven responsive-design vscode-extension cdn nodejs web-server
10 sources
- readme: https://github.com/master-co/css · fetched 2026-08-28 · 4964723ffbbc
- homepage: https://css.master.co · fetched 2026-08-29 · 14f2d2122972
- site_page: https://css.master.co/docs/why-master-css · fetched 2026-08-29 · 1c4a49dcd7d9
- site_page: https://css.master.co/docs/setup · fetched 2026-08-29 · e8263af6436c
- site_page: https://css.master.co/docs/selectors · fetched 2026-08-29 · f43b2601b8a0
- site_page: https://css.master.co/docs/breakpoints · fetched 2026-08-29 · a55906acf4a8
- site_page: https://css.master.co/docs/syntax-tutorial · fetched 2026-08-29 · 589d8fb554af
- site_page: https://css.master.co/docs/customization · fetched 2026-08-29 · c86946a7f2ce
- site_page: https://css.master.co/docs/hybrid-rendering · fetched 2026-08-29 · cc3d1dd45a81
- site_page: https://css.master.co/docs/developer-tools · fetched 2026-08-29 · 68d556c74108
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| master-co/css | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem