A faster core for the CSS toolchain

PostCSS,
rebuilt.

🚀 High-performance PostCSS-compatible CSS processor in Go.

Get started

Engine comparison

Other CSS engines,
same stylesheet.

Bootstrap 5 CSS, 281 KB, no minification. postcss-go is the Go core; PostCSS and CSSTree build the same PostCSS-shaped parse / walk / stringify workloads.

PostCSS
8.95 ms1.69×
CSSTree
16.4 ms3.10×
05 ms10 ms15 ms20 ms

Parse Bootstrap 5 CSS into a PostCSS-shaped AST and print it back, without minification or source maps.