chore: Update TailwindCSSCLI to version 4.2.1
Some checks failed
CI / Test on Linux (push) Has been cancelled
CI / Test on Linux-1 (push) Has been cancelled
CI / Test on macOS (push) Has been cancelled
CI / Test on macOS-1 (push) Has been cancelled

This commit is contained in:
Shibo Lyu 2026-03-17 15:43:33 +08:00 committed by GitHub
parent 0006f2854e
commit 53a2e6bfb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,8 @@ let package = Package(
.plugin(name: "TailwindCSS", capability: .buildTool(), dependencies: ["TailwindCSSCLI"]),
.binaryTarget(
name: "TailwindCSSCLI",
url:
"https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.1.18-1e1d57de8a8984c528a106f038fb432b3965b1873c8603ee6bd661f935a77f4a/tailwindcss.artifactbundleindex",
checksum: "1e1d57de8a8984c528a106f038fb432b3965b1873c8603ee6bd661f935a77f4a"
url: "https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss.artifactbundleindex",
checksum: "e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216"
),
.target(
name: "SwiftTailwindExample",