This is the platform-specific binary package for the LightningCSS CLI, targeting aarch64-pc-windows-msvc (ARM64 Windows). The underlying tool is a CSS parser, transformer, and minifier written in Rust, known for its performance and correctness. Version 1.32.0 is current. It is part of the Parcel project and offers a faster alternative to JavaScript-based CSS tools like cssnano or clean-css. Release cadence follows upstream LightningCSS releases. This package is automatically selected when installing lightningcss-cli on that platform; you should not install it directly.
npm install lightningcss-cli-win32-arm64-msvcNo compatibility data collected yet for this library.
Shows how to use the LightningCSS CLI to minify a CSS file. The command uses npx to run the globally installed binary.
Run npm install lightningcss-cli (or yarn add lightningcss-cli) instead.
Check your platform and use the appropriate platform-specific package, or simply install lightningcss-cli which handles platform detection.
Install lightningcss-cli globally: npm install -g lightningcss-cli