mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-18 16:17:36 +00:00
Unfortunately, it’s not possible to intercept the `await import(…)` used by newer versions. This means the Standalone CLI will not be able to load ESM postcss config files. You still will using the npm package and newer versions of Node.js.
Tailwind Standalone CLI
Standalone version of Tailwind CLI
Installation
Download the appropriate platform-specific version of the tailwindcss cli from the latest release.
Usage
./tailwindcss-macos -o tailwind.css
Check out the Tailwind CLI documentation for details on the available options.