tailwindcss.cli.macos.x64
3.3.6
See the version list below for details.
dotnet add package tailwindcss.cli.macos.x64 --version 3.3.6
NuGet\Install-Package tailwindcss.cli.macos.x64 -Version 3.3.6
<PackageReference Include="tailwindcss.cli.macos.x64" Version="3.3.6" />
paket add tailwindcss.cli.macos.x64 --version 3.3.6
#r "nuget: tailwindcss.cli.macos.x64, 3.3.6"
// Install tailwindcss.cli.macos.x64 as a Cake Addin #addin nuget:?package=tailwindcss.cli.macos.x64&version=3.3.6 // Install tailwindcss.cli.macos.x64 as a Cake Tool #tool nuget:?package=tailwindcss.cli.macos.x64&version=3.3.6
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.
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 | 260 | 12/31/2023 |
3.3.7 | 261 | 12/31/2023 |
3.3.6 | 224 | 12/31/2023 |
3.3.5 | 352 | 12/3/2023 |
3.3.4 | 214 | 12/3/2023 |
3.3.3 | 230 | 12/3/2023 |
3.3.2 | 308 | 12/3/2023 |
3.3.1 | 274 | 12/3/2023 |
3.3.0 | 311 | 12/3/2023 |
3.2.7 | 366 | 3/20/2023 |
3.2.6 | 371 | 3/20/2023 |
3.2.5 | 365 | 3/20/2023 |
3.2.4 | 523 | 12/5/2022 |
3.2.3 | 449 | 12/5/2022 |
3.2.2 | 434 | 12/5/2022 |
3.2.1 | 537 | 10/22/2022 |
3.2.0 | 512 | 10/22/2022 |
3.1.8 | 495 | 8/20/2022 |
3.1.7 | 499 | 8/20/2022 |
3.1.6 | 547 | 7/19/2022 |
3.1.5 | 571 | 7/19/2022 |
3.1.4 | 544 | 7/19/2022 |
3.1.3 | 499 | 7/19/2022 |
3.1.2 | 521 | 7/19/2022 |
3.1.1 | 528 | 7/19/2022 |
3.1.0 | 546 | 7/19/2022 |
3.0.24 | 566 | 7/19/2022 |
3.0.23 | 531 | 7/19/2022 |
3.0.22 | 562 | 7/19/2022 |
3.0.21 | 559 | 7/19/2022 |
3.0.20 | 562 | 7/19/2022 |
3.0.19 | 577 | 7/19/2022 |
3.0.18 | 499 | 7/19/2022 |
3.0.17 | 571 | 7/19/2022 |
3.0.16 | 524 | 7/19/2022 |
3.0.15 | 589 | 7/19/2022 |
3.0.14 | 592 | 7/19/2022 |
3.0.13 | 527 | 7/19/2022 |
3.0.12 | 568 | 7/19/2022 |
3.0.11 | 583 | 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))