tailwindcss.cli.macos.x64 3.2.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package tailwindcss.cli.macos.x64 --version 3.2.5
NuGet\Install-Package tailwindcss.cli.macos.x64 -Version 3.2.5
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.macos.x64" Version="3.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add tailwindcss.cli.macos.x64 --version 3.2.5
#r "nuget: tailwindcss.cli.macos.x64, 3.2.5"
#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.
// Install tailwindcss.cli.macos.x64 as a Cake Addin
#addin nuget:?package=tailwindcss.cli.macos.x64&version=3.2.5

// Install tailwindcss.cli.macos.x64 as a Cake Tool
#tool nuget:?package=tailwindcss.cli.macos.x64&version=3.2.5

Macos 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 177 12/31/2023
3.3.7 193 12/31/2023
3.3.6 158 12/31/2023
3.3.5 287 12/3/2023
3.3.4 148 12/3/2023
3.3.3 171 12/3/2023
3.3.2 241 12/3/2023
3.3.1 206 12/3/2023
3.3.0 239 12/3/2023
3.2.7 330 3/20/2023
3.2.6 333 3/20/2023
3.2.5 328 3/20/2023
3.2.4 478 12/5/2022
3.2.3 411 12/5/2022
3.2.2 391 12/5/2022
3.2.1 499 10/22/2022
3.2.0 467 10/22/2022
3.1.8 452 8/20/2022
3.1.7 456 8/20/2022
3.1.6 512 7/19/2022
3.1.5 523 7/19/2022
3.1.4 506 7/19/2022
3.1.3 457 7/19/2022
3.1.2 482 7/19/2022
3.1.1 485 7/19/2022
3.1.0 506 7/19/2022
3.0.24 521 7/19/2022
3.0.23 490 7/19/2022
3.0.22 525 7/19/2022
3.0.21 516 7/19/2022
3.0.20 517 7/19/2022
3.0.19 534 7/19/2022
3.0.18 461 7/19/2022
3.0.17 534 7/19/2022
3.0.16 483 7/19/2022
3.0.15 547 7/19/2022
3.0.14 555 7/19/2022
3.0.13 493 7/19/2022
3.0.12 528 7/19/2022
3.0.11 546 7/19/2022

### Added

- Add standalone CLI build for 64-bit Windows on ARM (`node16-win-arm64`) ([#10001](https://github.com/tailwindlabs/tailwindcss/pull/10001))

### Fixed

- Cleanup unused `variantOrder` ([#9829](https://github.com/tailwindlabs/tailwindcss/pull/9829))
- Fix `foo-[abc]/[def]` not being handled correctly ([#9866](https://github.com/tailwindlabs/tailwindcss/pull/9866))
- Add container queries plugin to standalone CLI ([#9865](https://github.com/tailwindlabs/tailwindcss/pull/9865))
- Support renaming of output files by PostCSS plugins in CLI ([#9944](https://github.com/tailwindlabs/tailwindcss/pull/9944))
- Improve return value of `resolveConfig`, unwrap `ResolvableTo` ([#9972](https://github.com/tailwindlabs/tailwindcss/pull/9972))
- Clip unbalanced brackets in arbitrary values ([#9973](https://github.com/tailwindlabs/tailwindcss/pull/9973))
- Don’t reorder webkit scrollbar pseudo elements ([#9991](https://github.com/tailwindlabs/tailwindcss/pull/9991))
- Deterministic sorting of arbitrary variants ([#10016](https://github.com/tailwindlabs/tailwindcss/pull/10016))
- Add `data` key to theme types ([#10023](https://github.com/tailwindlabs/tailwindcss/pull/10023))
- Prevent invalid arbitrary variant selectors from failing the build ([#10059](https://github.com/tailwindlabs/tailwindcss/pull/10059))
- Properly handle subtraction followed by a variable ([#10074](https://github.com/tailwindlabs/tailwindcss/pull/10074))
- Fix missing `string[]` in the `theme.dropShadow` types ([#10072](https://github.com/tailwindlabs/tailwindcss/pull/10072))
- Update list of length units ([#10100](https://github.com/tailwindlabs/tailwindcss/pull/10100))
- Fix not matching arbitrary properties when closely followed by square brackets ([#10212](https://github.com/tailwindlabs/tailwindcss/pull/10212))
- Allow direct nesting in `root` or `@layer` nodes ([#10229](https://github.com/tailwindlabs/tailwindcss/pull/10229))
- Don't prefix classes in arbitrary variants ([#10214](https://github.com/tailwindlabs/tailwindcss/pull/10214))
- Fix perf regression when checking for changed content ([#10234](https://github.com/tailwindlabs/tailwindcss/pull/10234))
- Fix missing `blocklist` member in the `Config` type ([#10239](https://github.com/tailwindlabs/tailwindcss/pull/10239))
- Escape group names in selectors ([#10276](https://github.com/tailwindlabs/tailwindcss/pull/10276))
- Consider earlier variants before sorting functions ([#10288](https://github.com/tailwindlabs/tailwindcss/pull/10288))
- Allow variants with slashes ([#10336](https://github.com/tailwindlabs/tailwindcss/pull/10336))
- Ensure generated CSS is always sorted in the same order for a given set of templates ([#10382](https://github.com/tailwindlabs/tailwindcss/pull/10382))
- Handle variants when the same class appears multiple times in a selector ([#10397](https://github.com/tailwindlabs/tailwindcss/pull/10397))
- Handle group/peer variants with quoted strings ([#10400](https://github.com/tailwindlabs/tailwindcss/pull/10400))
- Parse alpha value from rgba/hsla colors when using variables ([#10429](https://github.com/tailwindlabs/tailwindcss/pull/10429))
- Sort by `layer` inside `variants` layer ([#10505](https://github.com/tailwindlabs/tailwindcss/pull/10505))
- Add `--watch=always` option to prevent exit when stdin closes ([#9966](https://github.com/tailwindlabs/tailwindcss/pull/9966))

### Changed

- Alphabetize `theme` keys in default config ([#9953](https://github.com/tailwindlabs/tailwindcss/pull/9953))
- Update esbuild to v17 ([#10368](https://github.com/tailwindlabs/tailwindcss/pull/10368))
- Include `outline-color` in `transition` and `transition-colors` utilities ([#10385](https://github.com/tailwindlabs/tailwindcss/pull/10385))