tailwindcss.cli.linux.x64 3.2.2

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.2.2
                    
NuGet\Install-Package tailwindcss.cli.linux.x64 -Version 3.2.2
                    
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.2.2" />
                    
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.2.2" />
                    
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.2.2
                    
#r "nuget: tailwindcss.cli.linux.x64, 3.2.2"
                    
#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.x64@3.2.2
                    
#: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.x64&version=3.2.2
                    
Install as a Cake Addin
#tool nuget:?package=tailwindcss.cli.linux.x64&version=3.2.2
                    
Install 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 1,116 12/31/2023
3.3.7 442 12/31/2023
3.3.6 443 12/31/2023
3.3.5 436 12/3/2023
3.3.4 417 12/3/2023
3.3.3 417 12/3/2023
3.3.2 349 12/3/2023
3.3.1 418 12/3/2023
3.3.0 473 12/3/2023
3.2.7 2,130 3/20/2023
3.2.6 569 3/20/2023
3.2.5 497 3/20/2023
3.2.4 655 12/5/2022
3.2.3 642 12/5/2022
3.2.2 663 12/5/2022
3.2.1 721 10/22/2022
3.2.0 781 10/22/2022
3.1.8 728 8/20/2022
3.1.7 696 8/20/2022
3.1.6 785 7/19/2022
3.1.5 778 7/19/2022
3.1.4 772 7/19/2022
3.1.3 737 7/19/2022
3.1.2 751 7/19/2022
3.1.1 762 7/19/2022
3.1.0 758 7/19/2022
3.0.24 757 7/19/2022
3.0.23 754 7/19/2022
3.0.22 767 7/19/2022
3.0.21 759 7/19/2022
3.0.20 809 7/19/2022
3.0.19 791 7/19/2022
3.0.18 796 7/19/2022
3.0.17 746 7/19/2022
3.0.16 777 7/19/2022
3.0.15 767 7/19/2022
3.0.14 791 7/19/2022
3.0.13 811 7/19/2022
3.0.12 796 7/19/2022
3.0.11 789 7/19/2022

### Fixed

- Escape special characters in resolved content base paths ([#9650](https://github.com/tailwindlabs/tailwindcss/pull/9650))
- Don't reuse container for array returning variant functions ([#9644](https://github.com/tailwindlabs/tailwindcss/pull/9644))
- Exclude non-relevant selectors when generating rules with the important modifier ([#9677](https://github.com/tailwindlabs/tailwindcss/issues/9677))
- Fix merging of arrays during config resolution ([#9706](https://github.com/tailwindlabs/tailwindcss/issues/9706))
- Ensure configured `font-feature-settings` are included in Preflight ([#9707](https://github.com/tailwindlabs/tailwindcss/pull/9707))
- Fix fractional values not being parsed properly inside arbitrary properties ([#9705](https://github.com/tailwindlabs/tailwindcss/pull/9705))
- Fix incorrect selectors when using `@apply` in selectors with combinators and pseudos ([#9722](https://github.com/tailwindlabs/tailwindcss/pull/9722))
- Fix cannot read properties of undefined (reading 'modifier') ([#9656](https://github.com/tailwindlabs/tailwindcss/pull/9656), [aa979d6](https://github.com/tailwindlabs/tailwindcss/commit/aa979d645f8bf4108c5fc938d7c0ba085b654c31))