tailwindcss.cli
3.4.0
dotnet tool install --global tailwindcss.cli --version 3.4.0
dotnet new tool-manifest
dotnet tool install --local tailwindcss.cli --version 3.4.0
#tool dotnet:?package=tailwindcss.cli&version=3.4.0
nuke :add-package tailwindcss.cli --version 3.4.0
A dotnet tool to install the tailwindcss cli for windows (x64), macos (x64 and arm64) and linux (x64 and arm64).
Installation
Global install
dotnet tool install --global tailwindcss.cli
Once installed, tailwindcss should now be added to the path and invokable in your command prompts or terminals.
Note: on macos when using the default terminal zsh, globally installed tools will not be found. They will be found however if you use a bash shell.
To add globally installed tools to your zsh profile, edit ~/.zshrc and add the following line:
export PATH=$HOME/.dotnet/tools:$PATH
See: https://github.com/dotnet/sdk/issues/9415 for more information.
Local install
dotnet tool install tailwindcss.cli
Once installed, dotnet tailwindcss should now be invokable in your command prompts or terminals.
Installing specific versions
# global installs
dotnet tool install tailwindcss.cli --version 3.0.10 --global
# local installs
dotnet tool install tailwindcss.cli --version 3.0.10
Upgrading installations
# global installs
dotnet tool update tailwindcss.cli --version 3.0.10 --global
# local installs
dotnet tool update tailwindcss.cli --version 3.0.11
Uninstallation
# global installs
dotnet tool uninstall tailwindcss.cli --global
# local installs
dotnet tool uninstall tailwindcss.cli
Bootstrap process
On initial run, there is a bootstrap process to download the platform specific tailwindcss cli binary to be used. e.g.:
PS C:\Users\Duane> tailwindcss
Running on windows-x64, downloading tailwindcss cli v3.0.23 using nuget...
Package found in repository nuget.org: https://api.nuget.org/v3/index.json
Downloaded package tailwindcss.cli.windows.x64 v3.0.23 from nuget.org.
Extracting tailwindcss cli for windows-x64...
tailwindcss v3.0.23
Usage:
tailwindcss [--input input.css] [--output output.css] [--watch] [options...]
tailwindcss init [--full] [--postcss] [options...]
...
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.4.0 | 1,964 | 12/31/2023 |
| 3.3.7 | 266 | 12/31/2023 |
| 3.3.6 | 216 | 12/31/2023 |
| 3.3.5 | 4,164 | 12/3/2023 |
| 3.3.4 | 272 | 12/3/2023 |
| 3.3.3 | 257 | 12/3/2023 |
| 3.3.2 | 261 | 12/3/2023 |
| 3.3.1 | 210 | 12/3/2023 |
| 3.3.0 | 302 | 12/3/2023 |
| 3.2.7 | 2,737 | 3/20/2023 |
| 3.2.6 | 598 | 3/20/2023 |
| 3.2.5 | 651 | 3/20/2023 |
| 3.2.4 | 998 | 12/5/2022 |
| 3.2.3 | 832 | 12/5/2022 |
| 3.2.2 | 786 | 12/5/2022 |
| 3.2.1 | 926 | 10/22/2022 |
| 3.2.0 | 713 | 10/22/2022 |
| 3.1.8 | 840 | 8/20/2022 |
| 3.1.7 | 830 | 8/20/2022 |
| 3.1.6 | 938 | 7/19/2022 |
| 3.1.5 | 911 | 7/19/2022 |
| 3.1.4 | 864 | 7/19/2022 |
| 3.1.3 | 821 | 7/19/2022 |
| 3.1.2 | 845 | 7/19/2022 |
| 3.1.1 | 885 | 7/19/2022 |
| 3.1.0 | 856 | 7/19/2022 |
| 3.0.24 | 939 | 7/19/2022 |
| 3.0.23 | 818 | 7/19/2022 |
| 3.0.22 | 869 | 7/19/2022 |
| 3.0.21 | 867 | 7/19/2022 |
| 3.0.20 | 906 | 7/19/2022 |
| 3.0.19 | 856 | 7/19/2022 |
| 3.0.18 | 927 | 7/19/2022 |
| 3.0.17 | 942 | 7/19/2022 |
| 3.0.16 | 939 | 7/19/2022 |
| 3.0.15 | 935 | 7/19/2022 |
| 3.0.14 | 902 | 7/19/2022 |
| 3.0.13 | 953 | 7/19/2022 |
| 3.0.12 | 899 | 7/19/2022 |
| 3.0.11 | 971 | 7/19/2022 |
<a href="https://tailwindcss.com/blog/tailwindcss-v3-4"><img alt="Tailwind CSS" src="https://github.com/tailwindlabs/tailwindcss/assets/882133/cf6ee749-cce4-45e9-b15f-e081a6353833" width="768"></a>
Tailwind CSS v3.4 has arrived! Check out the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-4) for a guided tour through all of the highlights.
### Added
- Add `svh`, `lvh`, and `dvh` values to default `height`/`min-height`/`max-height` theme ([#11317](https://github.com/tailwindlabs/tailwindcss/pull/11317))
- Add `has-*` variants for `:has(...)` pseudo-class ([#11318](https://github.com/tailwindlabs/tailwindcss/pull/11318))
- Add `text-wrap` utilities including `text-balance` and `text-pretty` ([#11320](https://github.com/tailwindlabs/tailwindcss/pull/11320), [#12031](https://github.com/tailwindlabs/tailwindcss/pull/12031))
- Extend default `opacity` scale to include all steps of 5 ([#11832](https://github.com/tailwindlabs/tailwindcss/pull/11832))
- Update Preflight `html` styles to include shadow DOM `:host` pseudo-class ([#11200](https://github.com/tailwindlabs/tailwindcss/pull/11200))
- Increase default values for `grid-rows-*` utilities from 1–6 to 1–12 ([#12180](https://github.com/tailwindlabs/tailwindcss/pull/12180))
- Add `size-*` utilities ([#12287](https://github.com/tailwindlabs/tailwindcss/pull/12287))
- Add utilities for CSS subgrid ([#12298](https://github.com/tailwindlabs/tailwindcss/pull/12298))
- Add spacing scale to `min-w-*`, `min-h-*`, and `max-w-*` utilities ([#12300](https://github.com/tailwindlabs/tailwindcss/pull/12300))
- Add `forced-color-adjust` utilities ([#11931](https://github.com/tailwindlabs/tailwindcss/pull/11931))
- Add `forced-colors` variant ([#11694](https://github.com/tailwindlabs/tailwindcss/pull/11694), [#12582](https://github.com/tailwindlabs/tailwindcss/pull/12582))
- Add `appearance-auto` utility ([#12404](https://github.com/tailwindlabs/tailwindcss/pull/12404))
- Add logical property values for `float` and `clear` utilities ([#12480](https://github.com/tailwindlabs/tailwindcss/pull/12480))
- Add `*` variant for targeting direct children ([#12551](https://github.com/tailwindlabs/tailwindcss/pull/12551))
### Changed
- Simplify the `sans` font-family stack ([#11748](https://github.com/tailwindlabs/tailwindcss/pull/11748))
- Disable the tap highlight overlay on iOS ([#12299](https://github.com/tailwindlabs/tailwindcss/pull/12299))
- Improve relative precedence of `rtl`, `ltr`, `forced-colors`, and `dark` variants ([#12584](https://github.com/tailwindlabs/tailwindcss/pull/12584))