tailwindcss.cli.windows.x64 3.4.0

dotnet add package tailwindcss.cli.windows.x64 --version 3.4.0
                    
NuGet\Install-Package tailwindcss.cli.windows.x64 -Version 3.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="tailwindcss.cli.windows.x64" Version="3.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="tailwindcss.cli.windows.x64" Version="3.4.0" />
                    
Directory.Packages.props
<PackageReference Include="tailwindcss.cli.windows.x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add tailwindcss.cli.windows.x64 --version 3.4.0
                    
#r "nuget: tailwindcss.cli.windows.x64, 3.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=tailwindcss.cli.windows.x64&version=3.4.0
                    
Install tailwindcss.cli.windows.x64 as a Cake Addin
#tool nuget:?package=tailwindcss.cli.windows.x64&version=3.4.0
                    
Install tailwindcss.cli.windows.x64 as a Cake Tool

Windows x64 TailwindCSS CLI executable tool package used by the tailwindcss.cli dotnet tool.

See https://www.nuget.org/packages/tailwindcss.cli/ for instructions on how to install and use the tool.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0 742 12/31/2023
3.3.7 234 12/31/2023
3.3.6 257 12/31/2023
3.3.5 304 12/3/2023
3.3.4 242 12/3/2023
3.3.3 224 12/3/2023
3.3.2 218 12/3/2023
3.3.1 155 12/3/2023
3.3.0 160 12/3/2023
3.2.7 713 3/20/2023
3.2.6 345 3/20/2023
3.2.5 363 3/20/2023
3.2.4 578 12/5/2022
3.2.3 395 12/5/2022
3.2.2 405 12/5/2022
3.2.1 544 10/22/2022
3.2.0 531 10/22/2022
3.1.8 513 8/20/2022
3.1.7 473 8/20/2022
3.1.6 509 7/19/2022
3.1.5 505 7/19/2022
3.1.4 478 7/19/2022
3.1.3 488 7/19/2022
3.1.2 480 7/19/2022
3.1.1 492 7/19/2022
3.1.0 519 7/19/2022
3.0.24 509 7/19/2022
3.0.23 482 7/19/2022
3.0.22 510 7/19/2022
3.0.21 483 7/19/2022
3.0.20 549 7/19/2022
3.0.19 495 7/19/2022
3.0.18 542 7/19/2022
3.0.17 485 7/19/2022
3.0.16 484 7/19/2022
3.0.15 465 7/19/2022
3.0.14 490 7/19/2022
3.0.13 520 7/19/2022
3.0.12 522 7/19/2022
3.0.11 483 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))