tailwindcss.cli.linux.arm64
3.2.5
See the version list below for details.
dotnet add package tailwindcss.cli.linux.arm64 --version 3.2.5
NuGet\Install-Package tailwindcss.cli.linux.arm64 -Version 3.2.5
<PackageReference Include="tailwindcss.cli.linux.arm64" Version="3.2.5" />
paket add tailwindcss.cli.linux.arm64 --version 3.2.5
#r "nuget: tailwindcss.cli.linux.arm64, 3.2.5"
// Install tailwindcss.cli.linux.arm64 as a Cake Addin #addin nuget:?package=tailwindcss.cli.linux.arm64&version=3.2.5 // Install tailwindcss.cli.linux.arm64 as a Cake Tool #tool nuget:?package=tailwindcss.cli.linux.arm64&version=3.2.5
Linux 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 | 288 | 12/31/2023 |
3.3.7 | 255 | 12/31/2023 |
3.3.6 | 236 | 12/31/2023 |
3.3.5 | 220 | 12/3/2023 |
3.3.4 | 192 | 12/3/2023 |
3.3.3 | 180 | 12/3/2023 |
3.3.2 | 194 | 12/3/2023 |
3.3.1 | 202 | 12/3/2023 |
3.3.0 | 167 | 12/3/2023 |
3.2.7 | 339 | 3/20/2023 |
3.2.6 | 297 | 3/20/2023 |
3.2.5 | 335 | 3/20/2023 |
3.2.4 | 435 | 12/5/2022 |
3.2.3 | 394 | 12/5/2022 |
3.2.2 | 387 | 12/5/2022 |
3.2.1 | 516 | 10/22/2022 |
3.2.0 | 507 | 10/22/2022 |
3.1.8 | 472 | 8/20/2022 |
3.1.7 | 458 | 8/20/2022 |
3.1.6 | 460 | 7/19/2022 |
3.1.5 | 478 | 7/19/2022 |
3.1.4 | 457 | 7/19/2022 |
3.1.3 | 444 | 7/19/2022 |
3.1.2 | 459 | 7/19/2022 |
3.1.1 | 450 | 7/19/2022 |
3.1.0 | 460 | 7/19/2022 |
3.0.24 | 457 | 7/19/2022 |
3.0.23 | 476 | 7/19/2022 |
3.0.22 | 480 | 7/19/2022 |
3.0.21 | 485 | 7/19/2022 |
3.0.20 | 560 | 7/19/2022 |
3.0.19 | 482 | 7/19/2022 |
3.0.18 | 478 | 7/19/2022 |
3.0.17 | 461 | 7/19/2022 |
3.0.16 | 482 | 7/19/2022 |
3.0.15 | 457 | 7/19/2022 |
3.0.14 | 461 | 7/19/2022 |
3.0.13 | 464 | 7/19/2022 |
3.0.12 | 458 | 7/19/2022 |
3.0.11 | 511 | 7/19/2022 |
### Added
- Add standalone CLI build for 64-bit Windows on ARM (`node16-win-arm64`) ([#10001](https://github.com/tailwindlabs/tailwindcss/pull/10001))
### Fixed
- Cleanup unused `variantOrder` ([#9829](https://github.com/tailwindlabs/tailwindcss/pull/9829))
- Fix `foo-[abc]/[def]` not being handled correctly ([#9866](https://github.com/tailwindlabs/tailwindcss/pull/9866))
- Add container queries plugin to standalone CLI ([#9865](https://github.com/tailwindlabs/tailwindcss/pull/9865))
- Support renaming of output files by PostCSS plugins in CLI ([#9944](https://github.com/tailwindlabs/tailwindcss/pull/9944))
- Improve return value of `resolveConfig`, unwrap `ResolvableTo` ([#9972](https://github.com/tailwindlabs/tailwindcss/pull/9972))
- Clip unbalanced brackets in arbitrary values ([#9973](https://github.com/tailwindlabs/tailwindcss/pull/9973))
- Don’t reorder webkit scrollbar pseudo elements ([#9991](https://github.com/tailwindlabs/tailwindcss/pull/9991))
- Deterministic sorting of arbitrary variants ([#10016](https://github.com/tailwindlabs/tailwindcss/pull/10016))
- Add `data` key to theme types ([#10023](https://github.com/tailwindlabs/tailwindcss/pull/10023))
- Prevent invalid arbitrary variant selectors from failing the build ([#10059](https://github.com/tailwindlabs/tailwindcss/pull/10059))
- Properly handle subtraction followed by a variable ([#10074](https://github.com/tailwindlabs/tailwindcss/pull/10074))
- Fix missing `string[]` in the `theme.dropShadow` types ([#10072](https://github.com/tailwindlabs/tailwindcss/pull/10072))
- Update list of length units ([#10100](https://github.com/tailwindlabs/tailwindcss/pull/10100))
- Fix not matching arbitrary properties when closely followed by square brackets ([#10212](https://github.com/tailwindlabs/tailwindcss/pull/10212))
- Allow direct nesting in `root` or `@layer` nodes ([#10229](https://github.com/tailwindlabs/tailwindcss/pull/10229))
- Don't prefix classes in arbitrary variants ([#10214](https://github.com/tailwindlabs/tailwindcss/pull/10214))
- Fix perf regression when checking for changed content ([#10234](https://github.com/tailwindlabs/tailwindcss/pull/10234))
- Fix missing `blocklist` member in the `Config` type ([#10239](https://github.com/tailwindlabs/tailwindcss/pull/10239))
- Escape group names in selectors ([#10276](https://github.com/tailwindlabs/tailwindcss/pull/10276))
- Consider earlier variants before sorting functions ([#10288](https://github.com/tailwindlabs/tailwindcss/pull/10288))
- Allow variants with slashes ([#10336](https://github.com/tailwindlabs/tailwindcss/pull/10336))
- Ensure generated CSS is always sorted in the same order for a given set of templates ([#10382](https://github.com/tailwindlabs/tailwindcss/pull/10382))
- Handle variants when the same class appears multiple times in a selector ([#10397](https://github.com/tailwindlabs/tailwindcss/pull/10397))
- Handle group/peer variants with quoted strings ([#10400](https://github.com/tailwindlabs/tailwindcss/pull/10400))
- Parse alpha value from rgba/hsla colors when using variables ([#10429](https://github.com/tailwindlabs/tailwindcss/pull/10429))
- Sort by `layer` inside `variants` layer ([#10505](https://github.com/tailwindlabs/tailwindcss/pull/10505))
- Add `--watch=always` option to prevent exit when stdin closes ([#9966](https://github.com/tailwindlabs/tailwindcss/pull/9966))
### Changed
- Alphabetize `theme` keys in default config ([#9953](https://github.com/tailwindlabs/tailwindcss/pull/9953))
- Update esbuild to v17 ([#10368](https://github.com/tailwindlabs/tailwindcss/pull/10368))
- Include `outline-color` in `transition` and `transition-colors` utilities ([#10385](https://github.com/tailwindlabs/tailwindcss/pull/10385))