Native binary package for the Lightning CSS CLI targeting x86_64 Linux with musl libc. Lightning CSS (version 1.32.0) is a high-performance CSS parser, transformer, and minifier written in Rust, developed by the Parcel bundler team. It offers a complete CSS toolchain including vendor prefixing, nesting support, custom media queries, color function conversion, lowering modern CSS to browser-compatible syntax, and minification with optional source maps. Unlike JavaScript-based tools like PostCSS or cssnano, it processes CSS in Rust with no native dependencies on the target system, achieving significantly faster processing speeds. The CLI is published as platform-specific npm packages; this one is for Alpine Linux and other musl-based distributions. Update cadence follows Lightning CSS releases, approximately monthly with semantic versioning.
npm install lightningcss-cli-linux-x64-muslNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minify a CSS file using Lightning CSS CLI via npx with output to a new file.
Install the main lightningcss-cli package (npm install -D lightningcss-cli) which pulls the correct platform-specific binary.
Ensure you are on a musl-based system (like Alpine) or install the gnu variant via 'npm install -D lightningcss-cli' (auto-detection).
Upgrade Node.js to 12.0.0 or higher.
Remove the musl package and install the main lightningcss-cli package, which selects the correct platform binary automatically.
Install Node.js and npm, or run via node_modules/.bin/lightningcss directly.
No dependency data recorded yet.