Platform-specific binary package for the Lightning CSS CLI on aarch64 Linux with glibc. Lightning CSS is a CSS parser, transformer, and minifier written in Rust and maintained by the Parcel bundler team. Version 1.32.0 is current as of 2025. It offers extremely fast transformations (often 10-100x faster than PostCSS or esbuild-based tools) and supports modern CSS features like CSS nesting, relative color syntax, container queries, and `@layer`. This package is one of several platform-specific builds; end users typically install the platform-agnostic `lightningcss-cli` package instead, which automatically picks the correct binary. Do not install this package directly unless you are bundling or cross-compiling for a specific target.
npm install lightningcss-cli-linux-arm64-gnuNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minifies a CSS file using the Lightning CSS CLI via npx. This invokes the binary provided by this package on compatible systems.
Run: npm install -g lightningcss-cli (not the platform-specific package).
Upgrade Node.js to 12 or later, or pin lightningcss-cli to a 0.x version.
Update CLI usage to the new format: lightningcss --minify input.css -o output.css
Do not require this package. Use the 'lightningcss-cli' meta-package or npx.
Check CLI syntax: npx lightningcss [options] <input.css> -o <output.css>
No dependency data recorded yet.