tailwindcss/standalone-cli
Jordan Pittman 445970dcb7
Fix usage of postcss.config.js in standalone CLI (#8769)
* Update deps

* Fix usage of postcss config file in standalone CLI

The config file created with `--postcss` would fail because we didn’t stub require to load `tailwindcss` or `autoprefixer` when we should.

* Update tests

* WIP
2022-07-04 10:51:28 -04:00
..

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.