Show HN: CSS minifier implemented in dependency-free C

https://fossil.wanderinghorse.net/r/cssminc/wiki/cssminc
by sgbeal • 4 years ago
2 0 4 years ago

cssminc is a CSS (Cascading Style Sheet) minifier implemented as a tiny, dependency-free, C89-compliant library which can read CSS from arbitrary sources (via a callback) and emit it in minified form to an arbitrary destination (via a callback).

Its library-level code is only 2 files (one header, one implementation) and it includes an optional CLI app which demonstrates how it's used.

Related Stories

Loading related stories...

Source preview

fossil.wanderinghorse.net