tailwindcss.cli.macos.x64
3.3.0
See the version list below for details.
dotnet add package tailwindcss.cli.macos.x64 --version 3.3.0
NuGet\Install-Package tailwindcss.cli.macos.x64 -Version 3.3.0
<PackageReference Include="tailwindcss.cli.macos.x64" Version="3.3.0" />
paket add tailwindcss.cli.macos.x64 --version 3.3.0
#r "nuget: tailwindcss.cli.macos.x64, 3.3.0"
// Install tailwindcss.cli.macos.x64 as a Cake Addin #addin nuget:?package=tailwindcss.cli.macos.x64&version=3.3.0 // Install tailwindcss.cli.macos.x64 as a Cake Tool #tool nuget:?package=tailwindcss.cli.macos.x64&version=3.3.0
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 |
<img alt="Tailwind CSS" src="https://user-images.githubusercontent.com/4323180/228304008-d10fbe12-08eb-4270-bda2-7e8c1254f44c.png" width="768">
Tailwind CSS v3.3 is here! Check out the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-3) for a deep dive into all of the cool new stuff.
### Added
- Support ESM and TypeScript config files ([#10785](https://github.com/tailwindlabs/tailwindcss/pull/10785))
- Extend default color palette with new 950 shades ([#10879](https://github.com/tailwindlabs/tailwindcss/pull/10879))
- Add `line-height` modifier support to `font-size` utilities ([#9875](https://github.com/tailwindlabs/tailwindcss/pull/9875))
- Add support for using variables as arbitrary values without `var(...)` ([#9880](https://github.com/tailwindlabs/tailwindcss/pull/9880), [#9962](https://github.com/tailwindlabs/tailwindcss/pull/9962))
- Add logical properties support for inline direction ([#10166](https://github.com/tailwindlabs/tailwindcss/pull/10166))
- Add `hyphens` utilities ([#10071](https://github.com/tailwindlabs/tailwindcss/pull/10071))
- Add `from-{position}`, `via-{position}` and `to-{position}` utilities ([#10886](https://github.com/tailwindlabs/tailwindcss/pull/10886))
- Add `list-style-image` utilities ([#10817](https://github.com/tailwindlabs/tailwindcss/pull/10817))
- Add `caption-side` utilities ([#10470](https://github.com/tailwindlabs/tailwindcss/pull/10470))
- Add `line-clamp` utilities from `@tailwindcss/line-clamp` to core ([#10768](https://github.com/tailwindlabs/tailwindcss/pull/10768), [#10876](https://github.com/tailwindlabs/tailwindcss/pull/10876), [#10862](https://github.com/tailwindlabs/tailwindcss/pull/10862))
- Add `delay-0` and `duration-0` utilities ([#10294](https://github.com/tailwindlabs/tailwindcss/pull/10294))
- Add `justify-normal` and `justify-stretch` utilities ([#10560](https://github.com/tailwindlabs/tailwindcss/pull/10560))
- Add `content-normal` and `content-stretch` utilities ([#10645](https://github.com/tailwindlabs/tailwindcss/pull/10645))
- Add `whitespace-break-spaces` utility ([#10729](https://github.com/tailwindlabs/tailwindcss/pull/10729))
- Add support for configuring default `font-variation-settings` for a `font-family` ([#10034](https://github.com/tailwindlabs/tailwindcss/pull/10034), [#10515](https://github.com/tailwindlabs/tailwindcss/pull/10515))
### Fixed
- Disallow using multiple selectors in arbitrary variants ([#10655](https://github.com/tailwindlabs/tailwindcss/pull/10655))
- Sort class lists deterministically for Prettier plugin ([#10672](https://github.com/tailwindlabs/tailwindcss/pull/10672))
- Ensure CLI builds have a non-zero exit code on failure ([#10703](https://github.com/tailwindlabs/tailwindcss/pull/10703))
- Ensure module dependencies for value `null`, is an empty `Set` ([#10877](https://github.com/tailwindlabs/tailwindcss/pull/10877))
- Fix format assumption when resolving module dependencies ([#10878](https://github.com/tailwindlabs/tailwindcss/pull/10878))
### Changed
- Mark `rtl` and `ltr` variants as stable and remove warnings ([#10764](https://github.com/tailwindlabs/tailwindcss/pull/10764))
- Use `inset` instead of `top`, `right`, `bottom`, and `left` properties ([#10765](https://github.com/tailwindlabs/tailwindcss/pull/10765))
- Make `dark` and `rtl`/`ltr` variants insensitive to DOM order ([#10766](https://github.com/tailwindlabs/tailwindcss/pull/10766))
- Use `:is` to make important selector option insensitive to DOM order ([#10835](https://github.com/tailwindlabs/tailwindcss/pull/10835))