tailwindcss.cli.linux.x64 3.0.12

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

Linux 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 868 12/31/2023
3.3.7 259 12/31/2023
3.3.6 270 12/31/2023
3.3.5 279 12/3/2023
3.3.4 241 12/3/2023
3.3.3 244 12/3/2023
3.3.2 193 12/3/2023
3.3.1 247 12/3/2023
3.3.0 294 12/3/2023
3.2.7 1,929 3/20/2023
3.2.6 366 3/20/2023
3.2.5 297 3/20/2023
3.2.4 449 12/5/2022
3.2.3 442 12/5/2022
3.2.2 456 12/5/2022
3.2.1 519 10/22/2022
3.2.0 568 10/22/2022
3.1.8 509 8/20/2022
3.1.7 472 8/20/2022
3.1.6 559 7/19/2022
3.1.5 560 7/19/2022
3.1.4 553 7/19/2022
3.1.3 525 7/19/2022
3.1.2 535 7/19/2022
3.1.1 548 7/19/2022
3.1.0 549 7/19/2022
3.0.24 542 7/19/2022
3.0.23 527 7/19/2022
3.0.22 555 7/19/2022
3.0.21 548 7/19/2022
3.0.20 592 7/19/2022
3.0.19 558 7/19/2022
3.0.18 580 7/19/2022
3.0.17 532 7/19/2022
3.0.16 540 7/19/2022
3.0.15 551 7/19/2022
3.0.14 558 7/19/2022
3.0.13 571 7/19/2022
3.0.12 562 7/19/2022
3.0.11 551 7/19/2022

### Fixed

- Allow use of falsy values in theme config ([#6917](https://github.com/tailwindlabs/tailwindcss/pull/6917))
- Ensure we can apply classes that are grouped with non-class selectors ([#6922](https://github.com/tailwindlabs/tailwindcss/pull/6922))
- Improve standalone CLI compatibility on Linux by switching to the `linuxstatic` build target ([#6914](https://github.com/tailwindlabs/tailwindcss/pull/6914))
- Ensure `@apply` works consistently with or without `@layer` ([#6938](https://github.com/tailwindlabs/tailwindcss/pull/6938))
- Only emit defaults when using base layer ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
- Emit plugin defaults regardless of usage ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
- Move default border color back to preflight ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
- Change `experimental.optimizeUniversalDefaults` to only work with `@tailwind base` ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))