tailwindcss.cli.macos.arm64 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.arm64 --version 3.2.5
NuGet\Install-Package tailwindcss.cli.macos.arm64 -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.arm64" 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.arm64 --version 3.2.5
#r "nuget: tailwindcss.cli.macos.arm64, 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.arm64 as a Cake Addin
#addin nuget:?package=tailwindcss.cli.macos.arm64&version=3.2.5

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

Macos arm64 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 224 12/31/2023
3.3.7 148 12/31/2023
3.3.6 136 12/31/2023
3.3.5 259 12/3/2023
3.3.4 172 12/3/2023
3.3.3 197 12/3/2023
3.3.2 159 12/3/2023
3.3.1 209 12/3/2023
3.3.0 189 12/3/2023
3.2.7 501 3/20/2023
3.2.6 316 3/20/2023
3.2.5 276 3/20/2023
3.2.4 433 12/5/2022
3.2.3 382 12/5/2022
3.2.2 399 12/5/2022
3.2.1 513 10/22/2022
3.2.0 459 10/22/2022
3.1.8 487 8/20/2022
3.1.7 474 8/20/2022
3.1.6 478 7/19/2022
3.1.5 488 7/19/2022
3.1.4 485 7/19/2022
3.1.3 450 7/19/2022
3.1.2 492 7/19/2022
3.1.1 495 7/19/2022
3.1.0 442 7/19/2022
3.0.24 514 7/19/2022
3.0.23 496 7/19/2022
3.0.22 512 7/19/2022
3.0.21 542 7/19/2022
3.0.20 508 7/19/2022
3.0.19 511 7/19/2022
3.0.18 508 7/19/2022
3.0.17 537 7/19/2022
3.0.16 510 7/19/2022
3.0.15 496 7/19/2022
3.0.14 506 7/19/2022
3.0.13 498 7/19/2022
3.0.12 475 7/19/2022
3.0.11 525 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))