tailwindcss.cli.macos.x64 3.3.3

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

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

Macos 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 177 12/31/2023
3.3.7 193 12/31/2023
3.3.6 158 12/31/2023
3.3.5 287 12/3/2023
3.3.4 148 12/3/2023
3.3.3 171 12/3/2023
3.3.2 241 12/3/2023
3.3.1 206 12/3/2023
3.3.0 239 12/3/2023
3.2.7 330 3/20/2023
3.2.6 333 3/20/2023
3.2.5 328 3/20/2023
3.2.4 478 12/5/2022
3.2.3 411 12/5/2022
3.2.2 391 12/5/2022
3.2.1 499 10/22/2022
3.2.0 467 10/22/2022
3.1.8 452 8/20/2022
3.1.7 456 8/20/2022
3.1.6 512 7/19/2022
3.1.5 523 7/19/2022
3.1.4 506 7/19/2022
3.1.3 457 7/19/2022
3.1.2 482 7/19/2022
3.1.1 485 7/19/2022
3.1.0 506 7/19/2022
3.0.24 521 7/19/2022
3.0.23 490 7/19/2022
3.0.22 525 7/19/2022
3.0.21 516 7/19/2022
3.0.20 517 7/19/2022
3.0.19 534 7/19/2022
3.0.18 461 7/19/2022
3.0.17 534 7/19/2022
3.0.16 483 7/19/2022
3.0.15 547 7/19/2022
3.0.14 555 7/19/2022
3.0.13 493 7/19/2022
3.0.12 528 7/19/2022
3.0.11 546 7/19/2022

### Fixed

- Fix issue where some pseudo-element variants generated the wrong selector ([#10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#10962](https://github.com/tailwindlabs/tailwindcss/pull/10962), [#11111](https://github.com/tailwindlabs/tailwindcss/pull/11111))
- Make font settings propagate into buttons, inputs, etc. ([#10940](https://github.com/tailwindlabs/tailwindcss/pull/10940))
- Fix parsing of `theme()` inside `calc()` when there are no spaces around operators ([#11157](https://github.com/tailwindlabs/tailwindcss/pull/11157))
- Ensure `repeating-conic-gradient` is detected as an image ([#11180](https://github.com/tailwindlabs/tailwindcss/pull/11180))
- Move unknown pseudo-elements outside of `:is` by default ([#11345](https://github.com/tailwindlabs/tailwindcss/pull/11345))
- Escape animation names when prefixes contain special characters ([#11470](https://github.com/tailwindlabs/tailwindcss/pull/11470))
- Don't prefix arbitrary classes in `group` and `peer` variants ([#11454](https://github.com/tailwindlabs/tailwindcss/pull/11454))
- Sort classes using position of first matching rule ([#11504](https://github.com/tailwindlabs/tailwindcss/pull/11504))
- Allow variant to be an at-rule without a prelude ([#11589](https://github.com/tailwindlabs/tailwindcss/pull/11589))
- Make PostCSS plugin async to improve performance ([#11548](https://github.com/tailwindlabs/tailwindcss/pull/11548))
- Don’t error when a config file is missing ([f97759f](https://github.com/tailwindlabs/tailwindcss/commit/f97759f808d15ace66647b1405744fcf95a392e5))

### Added

- Add `aria-busy` utility ([#10966](https://github.com/tailwindlabs/tailwindcss/pull/10966))

### Changed

- Reset padding for `<dialog>` elements in preflight ([#11069](https://github.com/tailwindlabs/tailwindcss/pull/11069))