tailwindcss.cli.linux.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.linux.arm64 --version 3.3.4
                    
NuGet\Install-Package tailwindcss.cli.linux.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.linux.arm64" Version="3.3.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="tailwindcss.cli.linux.arm64" Version="3.3.4" />
                    
Directory.Packages.props
<PackageReference Include="tailwindcss.cli.linux.arm64" />
                    
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.linux.arm64 --version 3.3.4
                    
#r "nuget: tailwindcss.cli.linux.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.
#:package tailwindcss.cli.linux.arm64@3.3.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=tailwindcss.cli.linux.arm64&version=3.3.4
                    
Install as a Cake Addin
#tool nuget:?package=tailwindcss.cli.linux.arm64&version=3.3.4
                    
Install as a Cake Tool

Linux 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 478 12/31/2023
3.3.7 417 12/31/2023
3.3.6 399 12/31/2023
3.3.5 370 12/3/2023
3.3.4 347 12/3/2023
3.3.3 336 12/3/2023
3.3.2 356 12/3/2023
3.3.1 352 12/3/2023
3.3.0 326 12/3/2023
3.2.7 553 3/20/2023
3.2.6 500 3/20/2023
3.2.5 541 3/20/2023
3.2.4 656 12/5/2022
3.2.3 609 12/5/2022
3.2.2 604 12/5/2022
3.2.1 742 10/22/2022
3.2.0 728 10/22/2022
3.1.8 698 8/20/2022
3.1.7 690 8/20/2022
3.1.6 686 7/19/2022
3.1.5 718 7/19/2022
3.1.4 696 7/19/2022
3.1.3 674 7/19/2022
3.1.2 695 7/19/2022
3.1.1 679 7/19/2022
3.1.0 689 7/19/2022
3.0.24 681 7/19/2022
3.0.23 702 7/19/2022
3.0.22 719 7/19/2022
3.0.21 715 7/19/2022
3.0.20 785 7/19/2022
3.0.19 709 7/19/2022
3.0.18 717 7/19/2022
3.0.17 684 7/19/2022
3.0.16 716 7/19/2022
3.0.15 686 7/19/2022
3.0.14 684 7/19/2022
3.0.13 696 7/19/2022
3.0.12 681 7/19/2022
3.0.11 738 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))