tailwindcss.cli.linux.arm64 3.3.6

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.6
                    
NuGet\Install-Package tailwindcss.cli.linux.arm64 -Version 3.3.6
                    
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.6" />
                    
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.6" />
                    
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.6
                    
#r "nuget: tailwindcss.cli.linux.arm64, 3.3.6"
                    
#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.6
                    
#: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.6
                    
Install as a Cake Addin
#tool nuget:?package=tailwindcss.cli.linux.arm64&version=3.3.6
                    
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 483 12/31/2023
3.3.7 422 12/31/2023
3.3.6 404 12/31/2023
3.3.5 376 12/3/2023
3.3.4 353 12/3/2023
3.3.3 341 12/3/2023
3.3.2 361 12/3/2023
3.3.1 357 12/3/2023
3.3.0 331 12/3/2023
3.2.7 560 3/20/2023
3.2.6 506 3/20/2023
3.2.5 547 3/20/2023
3.2.4 663 12/5/2022
3.2.3 615 12/5/2022
3.2.2 611 12/5/2022
3.2.1 748 10/22/2022
3.2.0 733 10/22/2022
3.1.8 704 8/20/2022
3.1.7 696 8/20/2022
3.1.6 692 7/19/2022
3.1.5 725 7/19/2022
3.1.4 703 7/19/2022
3.1.3 680 7/19/2022
3.1.2 702 7/19/2022
3.1.1 685 7/19/2022
3.1.0 696 7/19/2022
3.0.24 687 7/19/2022
3.0.23 708 7/19/2022
3.0.22 725 7/19/2022
3.0.21 722 7/19/2022
3.0.20 792 7/19/2022
3.0.19 716 7/19/2022
3.0.18 723 7/19/2022
3.0.17 690 7/19/2022
3.0.16 722 7/19/2022
3.0.15 692 7/19/2022
3.0.14 690 7/19/2022
3.0.13 702 7/19/2022
3.0.12 687 7/19/2022
3.0.11 745 7/19/2022

### Fixed

- Don’t add spaces to negative numbers following a comma ([#12324](https://github.com/tailwindlabs/tailwindcss/pull/12324))
- Don't emit `@config` in CSS when watching via the CLI ([#12327](https://github.com/tailwindlabs/tailwindcss/pull/12327))
- Improve types for `resolveConfig` ([#12272](https://github.com/tailwindlabs/tailwindcss/pull/12272))
- Ensure configured `font-feature-settings` for `mono` are included in Preflight ([#12342](https://github.com/tailwindlabs/tailwindcss/pull/12342))
- Improve candidate detection in minified JS arrays (without spaces) ([#12396](https://github.com/tailwindlabs/tailwindcss/pull/12396))
- Don't crash when given applying a variant to a negated version of a simple utility ([#12514](https://github.com/tailwindlabs/tailwindcss/pull/12514))
- Fix support for slashes in arbitrary modifiers ([#12515](https://github.com/tailwindlabs/tailwindcss/pull/12515))
- Fix source maps of variant utilities that come from an `@layer` rule ([#12508](https://github.com/tailwindlabs/tailwindcss/pull/12508))
- Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI ([#12506](https://github.com/tailwindlabs/tailwindcss/pull/12506))