primer/css

Primer is GitHub's design system. This is the CSS implementation

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 4th, 2026
Created on March 19th, 2015
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 1,287
Total Stargazers: 13,015 (+0)
Total Subscribers: 251 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 hours
Mean response time: 41.0 hours
90th percentile: 4.4 days
Tracked items: 32

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 16% of issues opened in the past year have been closed. Three people close 53% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 37 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • area: design (3)
  • css (2)
  • Stale (1)
  • design (1)
  • needs more info (1)
  • rails (1)
  • type: bug 🐞 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Primer CSS is the CSS implementation of GitHub's design system.

Primer CSS provides a foundation of utility classes and component styles built on Sass that teams can use to maintain visual consistency with GitHub's design language. The project distributes styles through npm as the @primer/css package, allowing developers to import individual modules or the complete stylesheet into their projects by configuring Sass include paths.

The project is in KTLO (keeping the lights on) mode, meaning it prioritizes maintenance of existing utility classes rather than active feature development. Teams should use Primer CSS for foundational styling utilities, but for more complete patterns that combine styling with markup and interactive behavior, the maintainers recommend adopting primer/react for React applications or primer/view_components for server-rendered views. This positioning makes Primer CSS most suitable as a low-level styling layer rather than a comprehensive component library.

Development activity shows consistent maintenance with regular updates to dependencies and documentation. The project maintains a documented release process and development workflow, indicating organized stewardship despite its KTLO status.