mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Move standalone CLI into main repo * Update release tag * Update workflow * Ignore standalone CLI tests * Fix style * Update changelog [ci skip]
16 lines
502 B
Markdown
16 lines
502 B
Markdown
# Tailwind Standalone CLI
|
|
|
|
> Standalone version of [Tailwind CLI](https://tailwindcss.com/docs/installation#using-tailwind-cli)
|
|
|
|
## Installation
|
|
|
|
Download the appropriate platform-specific version of the `tailwindcss` cli from the [latest release](https://github.com/tailwindlabs/tailwindcss/releases).
|
|
|
|
## Usage
|
|
|
|
```
|
|
./tailwindcss-macos -o tailwind.css
|
|
```
|
|
|
|
Check out the [Tailwind CLI documentation](https://tailwindcss.com/docs/installation#using-tailwind-cli) for details on the available options.
|