tailwindcss.cli.macos.arm64
3.1.5
See the version list below for details.
dotnet add package tailwindcss.cli.macos.arm64 --version 3.1.5
NuGet\Install-Package tailwindcss.cli.macos.arm64 -Version 3.1.5
<PackageReference Include="tailwindcss.cli.macos.arm64" Version="3.1.5" />
paket add tailwindcss.cli.macos.arm64 --version 3.1.5
#r "nuget: tailwindcss.cli.macos.arm64, 3.1.5"
// Install tailwindcss.cli.macos.arm64 as a Cake Addin #addin nuget:?package=tailwindcss.cli.macos.arm64&version=3.1.5 // Install tailwindcss.cli.macos.arm64 as a Cake Tool #tool nuget:?package=tailwindcss.cli.macos.arm64&version=3.1.5
Macos 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.
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 | 297 | 12/31/2023 |
3.3.7 | 206 | 12/31/2023 |
3.3.6 | 205 | 12/31/2023 |
3.3.5 | 316 | 12/3/2023 |
3.3.4 | 238 | 12/3/2023 |
3.3.3 | 258 | 12/3/2023 |
3.3.2 | 222 | 12/3/2023 |
3.3.1 | 265 | 12/3/2023 |
3.3.0 | 248 | 12/3/2023 |
3.2.7 | 540 | 3/20/2023 |
3.2.6 | 369 | 3/20/2023 |
3.2.5 | 312 | 3/20/2023 |
3.2.4 | 476 | 12/5/2022 |
3.2.3 | 423 | 12/5/2022 |
3.2.2 | 438 | 12/5/2022 |
3.2.1 | 555 | 10/22/2022 |
3.2.0 | 503 | 10/22/2022 |
3.1.8 | 529 | 8/20/2022 |
3.1.7 | 517 | 8/20/2022 |
3.1.6 | 518 | 7/19/2022 |
3.1.5 | 532 | 7/19/2022 |
3.1.4 | 529 | 7/19/2022 |
3.1.3 | 487 | 7/19/2022 |
3.1.2 | 531 | 7/19/2022 |
3.1.1 | 533 | 7/19/2022 |
3.1.0 | 480 | 7/19/2022 |
3.0.24 | 553 | 7/19/2022 |
3.0.23 | 542 | 7/19/2022 |
3.0.22 | 550 | 7/19/2022 |
3.0.21 | 585 | 7/19/2022 |
3.0.20 | 551 | 7/19/2022 |
3.0.19 | 548 | 7/19/2022 |
3.0.18 | 554 | 7/19/2022 |
3.0.17 | 583 | 7/19/2022 |
3.0.16 | 554 | 7/19/2022 |
3.0.15 | 538 | 7/19/2022 |
3.0.14 | 548 | 7/19/2022 |
3.0.13 | 540 | 7/19/2022 |
3.0.12 | 518 | 7/19/2022 |
3.0.11 | 566 | 7/19/2022 |
### Added
- Support configuring a default `font-weight` for each font size utility ([#8763](https://github.com/tailwindlabs/tailwindcss/pull/8763))
- Add support for alpha values in safe list ([#8774](https://github.com/tailwindlabs/tailwindcss/pull/8774))
### Fixed
- Improve types to support fallback values in the CSS-in-JS syntax used in plugin APIs ([#8762](https://github.com/tailwindlabs/tailwindcss/pull/8762))
- Support including `tailwindcss` and `autoprefixer` in `postcss.config.js` in standalone CLI ([#8769](https://github.com/tailwindlabs/tailwindcss/pull/8769))
- Fix using special-characters as prefixes ([#8772](https://github.com/tailwindlabs/tailwindcss/pull/8772))
- Don’t prefix classes used within arbitrary variants ([#8773](https://github.com/tailwindlabs/tailwindcss/pull/8773))
- Add more explicit types for the default theme ([#8780](https://github.com/tailwindlabs/tailwindcss/pull/8780))