Skip to content

GaleforceCSSTailwind v3 at Rust speed

Drop-in replacement for Tailwind v3 — same config, same output, 23x faster builds.

Benchmarks

Real-world project: horizon-tailwind-react (2,551 candidates, 706 rules)

ScenarioTailwind v3GaleforceCSSSpeedup
CLI build (cold)246 ms10 ms23x
Warm stream15 ms2 ms7.5x
Pure compute1.2 ms

Synthetic smoke project (734 candidates): 195 ms → 5 ms (38x).

Quick start

bash
npm install -D vite-plugin-galeforcecss
js
// vite.config.js
import { defineConfig } from 'vite'
import galeforcecss from 'vite-plugin-galeforcecss'

export default defineConfig({
  plugins: [galeforcecss()],
})

Full guide →

Status

Alpha. Zero semantic diff against the official Tailwind v3 oracle on seven real-world projects, 894 conformance fixtures, and 186 byte-sensitive snapshots. APIs are stable for the documented surface but may change before 1.0.

GaleforceCSS is not an official Tailwind Labs project.

Released under the MIT License.