tachyons-css/tachyons

Functional css for humans

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 5th, 2026
Created on November 4th, 2013
Open Issues & Pull Requests: 91 (+0)
GitHub issues: Enabled
Number of forks: 667
Total Stargazers: 11,720 (+0)
Total Subscribers: 147 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Tachyons is a functional CSS framework that enables rapid UI development by composing single-purpose utility classes instead of writing custom CSS.

The framework solves the problem of slow CSS development and maintainability by providing a comprehensive set of pre-built, single-purpose classes organized around an 8px baseline grid. Rather than writing new styles for each component, developers apply combinations of existing classes directly in HTML. The approach emphasizes mobile-first responsive design, with every utility class working across all breakpoints. The framework is built with PostCSS and optimized for minimal file size, shipping at roughly 14 kilobytes gzipped while providing 490 accessible color combinations and a complete set of layout, spacing, typography, and utility classes.

Tachyons suits teams building responsive interfaces quickly without the overhead of a CSS preprocessor or component-scoped styling. It works well in plain HTML projects and integrates with React, Ember, Angular, Rails, and other frameworks. The framework is particularly valuable for designers working directly in the browser and for teams that need consistency across multiple projects. It can be adopted incrementally through a CDN link or cloned locally for customization. The project includes an open-source component library and extensive documentation that can serve as a template for building custom design systems.

The project maintains active community engagement through a Slack channel and issue tracker. Development follows a modular architecture where individual CSS modules are kept small and readable. The codebase is organized to support both quick CDN adoption and local customization workflows, with build tooling that watches source files during development or compiles once on demand.