tailwindcss.cli.windows.x64
3.2.2
See the version list below for details.
dotnet add package tailwindcss.cli.windows.x64 --version 3.2.2
NuGet\Install-Package tailwindcss.cli.windows.x64 -Version 3.2.2
<PackageReference Include="tailwindcss.cli.windows.x64" Version="3.2.2" />
paket add tailwindcss.cli.windows.x64 --version 3.2.2
#r "nuget: tailwindcss.cli.windows.x64, 3.2.2"
// Install tailwindcss.cli.windows.x64 as a Cake Addin #addin nuget:?package=tailwindcss.cli.windows.x64&version=3.2.2 // Install tailwindcss.cli.windows.x64 as a Cake Tool #tool nuget:?package=tailwindcss.cli.windows.x64&version=3.2.2
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.
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 | 522 | 12/31/2023 |
3.3.7 | 219 | 12/31/2023 |
3.3.6 | 238 | 12/31/2023 |
3.3.5 | 286 | 12/3/2023 |
3.3.4 | 227 | 12/3/2023 |
3.3.3 | 206 | 12/3/2023 |
3.3.2 | 204 | 12/3/2023 |
3.3.1 | 143 | 12/3/2023 |
3.3.0 | 147 | 12/3/2023 |
3.2.7 | 684 | 3/20/2023 |
3.2.6 | 323 | 3/20/2023 |
3.2.5 | 339 | 3/20/2023 |
3.2.4 | 549 | 12/5/2022 |
3.2.3 | 365 | 12/5/2022 |
3.2.2 | 375 | 12/5/2022 |
3.2.1 | 515 | 10/22/2022 |
3.2.0 | 501 | 10/22/2022 |
3.1.8 | 483 | 8/20/2022 |
3.1.7 | 440 | 8/20/2022 |
3.1.6 | 476 | 7/19/2022 |
3.1.5 | 471 | 7/19/2022 |
3.1.4 | 447 | 7/19/2022 |
3.1.3 | 455 | 7/19/2022 |
3.1.2 | 441 | 7/19/2022 |
3.1.1 | 457 | 7/19/2022 |
3.1.0 | 485 | 7/19/2022 |
3.0.24 | 476 | 7/19/2022 |
3.0.23 | 451 | 7/19/2022 |
3.0.22 | 478 | 7/19/2022 |
3.0.21 | 453 | 7/19/2022 |
3.0.20 | 508 | 7/19/2022 |
3.0.19 | 462 | 7/19/2022 |
3.0.18 | 512 | 7/19/2022 |
3.0.17 | 453 | 7/19/2022 |
3.0.16 | 454 | 7/19/2022 |
3.0.15 | 432 | 7/19/2022 |
3.0.14 | 460 | 7/19/2022 |
3.0.13 | 488 | 7/19/2022 |
3.0.12 | 489 | 7/19/2022 |
3.0.11 | 452 | 7/19/2022 |
### Fixed
- Escape special characters in resolved content base paths ([#9650](https://github.com/tailwindlabs/tailwindcss/pull/9650))
- Don't reuse container for array returning variant functions ([#9644](https://github.com/tailwindlabs/tailwindcss/pull/9644))
- Exclude non-relevant selectors when generating rules with the important modifier ([#9677](https://github.com/tailwindlabs/tailwindcss/issues/9677))
- Fix merging of arrays during config resolution ([#9706](https://github.com/tailwindlabs/tailwindcss/issues/9706))
- Ensure configured `font-feature-settings` are included in Preflight ([#9707](https://github.com/tailwindlabs/tailwindcss/pull/9707))
- Fix fractional values not being parsed properly inside arbitrary properties ([#9705](https://github.com/tailwindlabs/tailwindcss/pull/9705))
- Fix incorrect selectors when using `@apply` in selectors with combinators and pseudos ([#9722](https://github.com/tailwindlabs/tailwindcss/pull/9722))
- Fix cannot read properties of undefined (reading 'modifier') ([#9656](https://github.com/tailwindlabs/tailwindcss/pull/9656), [aa979d6](https://github.com/tailwindlabs/tailwindcss/commit/aa979d645f8bf4108c5fc938d7c0ba085b654c31))