tailwindcss.cli
3.1.5
See the version list below for details.
dotnet tool install --global tailwindcss.cli --version 3.1.5
dotnet new tool-manifest
dotnet tool install --local tailwindcss.cli --version 3.1.5
#tool dotnet:?package=tailwindcss.cli&version=3.1.5
nuke :add-package tailwindcss.cli --version 3.1.5
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,649 | 12/31/2023 |
3.3.7 | 210 | 12/31/2023 |
3.3.6 | 151 | 12/31/2023 |
3.3.5 | 4,096 | 12/3/2023 |
3.3.4 | 203 | 12/3/2023 |
3.3.3 | 211 | 12/3/2023 |
3.3.2 | 198 | 12/3/2023 |
3.3.1 | 145 | 12/3/2023 |
3.3.0 | 238 | 12/3/2023 |
3.2.7 | 2,641 | 3/20/2023 |
3.2.6 | 516 | 3/20/2023 |
3.2.5 | 546 | 3/20/2023 |
3.2.4 | 900 | 12/5/2022 |
3.2.3 | 723 | 12/5/2022 |
3.2.2 | 688 | 12/5/2022 |
3.2.1 | 838 | 10/22/2022 |
3.2.0 | 628 | 10/22/2022 |
3.1.8 | 741 | 8/20/2022 |
3.1.7 | 712 | 8/20/2022 |
3.1.6 | 824 | 7/19/2022 |
3.1.5 | 798 | 7/19/2022 |
3.1.4 | 761 | 7/19/2022 |
3.1.3 | 726 | 7/19/2022 |
3.1.2 | 752 | 7/19/2022 |
3.1.1 | 764 | 7/19/2022 |
3.1.0 | 741 | 7/19/2022 |
3.0.24 | 816 | 7/19/2022 |
3.0.23 | 728 | 7/19/2022 |
3.0.22 | 760 | 7/19/2022 |
3.0.21 | 756 | 7/19/2022 |
3.0.20 | 792 | 7/19/2022 |
3.0.19 | 761 | 7/19/2022 |
3.0.18 | 818 | 7/19/2022 |
3.0.17 | 829 | 7/19/2022 |
3.0.16 | 821 | 7/19/2022 |
3.0.15 | 837 | 7/19/2022 |
3.0.14 | 789 | 7/19/2022 |
3.0.13 | 831 | 7/19/2022 |
3.0.12 | 795 | 7/19/2022 |
3.0.11 | 866 | 7/19/2022 |
### Added
- Support configuring a default `font-weight` for each font size utility ([#8763](https://github.com/tailwindlabs/tailwindcss/pull/8763))
- Add support for alpha values in safe list ([#8774](https://github.com/tailwindlabs/tailwindcss/pull/8774))
### Fixed
- Improve types to support fallback values in the CSS-in-JS syntax used in plugin APIs ([#8762](https://github.com/tailwindlabs/tailwindcss/pull/8762))
- Support including `tailwindcss` and `autoprefixer` in `postcss.config.js` in standalone CLI ([#8769](https://github.com/tailwindlabs/tailwindcss/pull/8769))
- Fix using special-characters as prefixes ([#8772](https://github.com/tailwindlabs/tailwindcss/pull/8772))
- Don’t prefix classes used within arbitrary variants ([#8773](https://github.com/tailwindlabs/tailwindcss/pull/8773))
- Add more explicit types for the default theme ([#8780](https://github.com/tailwindlabs/tailwindcss/pull/8780))