tailwindcss.cli.macos.arm64 3.3.4

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.3.4
NuGet\Install-Package tailwindcss.cli.macos.arm64 -Version 3.3.4
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.3.4" />
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.3.4
#r "nuget: tailwindcss.cli.macos.arm64, 3.3.4"
#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.3.4

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

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

### Fixed

- Improve normalisation of `calc()`-like functions ([#11686](https://github.com/tailwindlabs/tailwindcss/pull/11686))
- Skip `calc()` normalisation in nested `theme()` calls ([#11705](https://github.com/tailwindlabs/tailwindcss/pull/11705))
- Fix incorrectly generated CSS when using square brackets inside arbitrary properties ([#11709](https://github.com/tailwindlabs/tailwindcss/pull/11709))
- Make `content` optional for presets in TypeScript types ([#11730](https://github.com/tailwindlabs/tailwindcss/pull/11730))
- Handle variable colors that have variable fallback values ([#12049](https://github.com/tailwindlabs/tailwindcss/pull/12049))
- Batch reading content files to prevent `too many open files` error ([#12079](https://github.com/tailwindlabs/tailwindcss/pull/12079))
- Skip over classes inside `:not(…)` when nested in an at-rule ([#12105](https://github.com/tailwindlabs/tailwindcss/pull/12105))
- Update types to work with `Node16` module resolution ([#12097](https://github.com/tailwindlabs/tailwindcss/pull/12097))
- Don’t crash when important and parent selectors are equal in `@apply` ([#12112](https://github.com/tailwindlabs/tailwindcss/pull/12112))
- Eliminate irrelevant rules when applying variants ([#12113](https://github.com/tailwindlabs/tailwindcss/pull/12113))
- Improve RegEx parser, reduce possibilities as the key for arbitrary properties ([#12121](https://github.com/tailwindlabs/tailwindcss/pull/12121))
- Fix sorting of utilities that share multiple candidates ([#12173](https://github.com/tailwindlabs/tailwindcss/pull/12173))
- Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser ([#12179](https://github.com/tailwindlabs/tailwindcss/pull/12179))
- Fix crash when watching renamed files on FreeBSD ([#12193](https://github.com/tailwindlabs/tailwindcss/pull/12193))
- Allow plugins from a parent document to be used in an iframe ([#12208](https://github.com/tailwindlabs/tailwindcss/pull/12208))
- Add types for `tailwindcss/nesting` ([#12269](https://github.com/tailwindlabs/tailwindcss/pull/12269))
- Bump `jiti`, `fast-glob`, and `browserlist` dependencies ([#11550](https://github.com/tailwindlabs/tailwindcss/pull/11550))
- Improve automatic `var` injection for properties that accept a `<dashed-ident>` ([#12236](https://github.com/tailwindlabs/tailwindcss/pull/12236))