tailwindcss.cli
3.0.23
See the version list below for details.
dotnet tool install --global tailwindcss.cli --version 3.0.23
dotnet new tool-manifest
dotnet tool install --local tailwindcss.cli --version 3.0.23
#tool dotnet:?package=tailwindcss.cli&version=3.0.23
nuke :add-package tailwindcss.cli --version 3.0.23
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,459 | 12/31/2023 |
3.3.7 | 204 | 12/31/2023 |
3.3.6 | 137 | 12/31/2023 |
3.3.5 | 4,078 | 12/3/2023 |
3.3.4 | 192 | 12/3/2023 |
3.3.3 | 206 | 12/3/2023 |
3.3.2 | 190 | 12/3/2023 |
3.3.1 | 139 | 12/3/2023 |
3.3.0 | 226 | 12/3/2023 |
3.2.7 | 2,623 | 3/20/2023 |
3.2.6 | 503 | 3/20/2023 |
3.2.5 | 530 | 3/20/2023 |
3.2.4 | 882 | 12/5/2022 |
3.2.3 | 708 | 12/5/2022 |
3.2.2 | 669 | 12/5/2022 |
3.2.1 | 824 | 10/22/2022 |
3.2.0 | 615 | 10/22/2022 |
3.1.8 | 722 | 8/20/2022 |
3.1.7 | 690 | 8/20/2022 |
3.1.6 | 797 | 7/19/2022 |
3.1.5 | 779 | 7/19/2022 |
3.1.4 | 736 | 7/19/2022 |
3.1.3 | 711 | 7/19/2022 |
3.1.2 | 732 | 7/19/2022 |
3.1.1 | 746 | 7/19/2022 |
3.1.0 | 726 | 7/19/2022 |
3.0.24 | 797 | 7/19/2022 |
3.0.23 | 713 | 7/19/2022 |
3.0.22 | 738 | 7/19/2022 |
3.0.21 | 728 | 7/19/2022 |
3.0.20 | 771 | 7/19/2022 |
3.0.19 | 746 | 7/19/2022 |
3.0.18 | 795 | 7/19/2022 |
3.0.17 | 808 | 7/19/2022 |
3.0.16 | 804 | 7/19/2022 |
3.0.15 | 821 | 7/19/2022 |
3.0.14 | 770 | 7/19/2022 |
3.0.13 | 814 | 7/19/2022 |
3.0.12 | 777 | 7/19/2022 |
3.0.11 | 840 | 7/19/2022 |
### Fixed
- Remove opacity variables from `:visited` pseudo class ([#7458](https://github.com/tailwindlabs/tailwindcss/pull/7458))
- Support arbitrary values + calc + theme with quotes ([#7462](https://github.com/tailwindlabs/tailwindcss/pull/7462))
- Don't duplicate layer output when scanning content with variants + wildcards ([#7478](https://github.com/tailwindlabs/tailwindcss/pull/7478))
- Implement `getClassOrder` instead of `sortClassList` ([#7459](https://github.com/tailwindlabs/tailwindcss/pull/7459))