From 6f8d0cc14edc7cdb4d4484cbeec97f8713d0aed9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:27:37 +0000 Subject: [PATCH] tailwindcss: Update to version 4.0.1 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 3ad442cb53..1831e23d6a 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "4.0.0", + "version": "4.0.1", "description": "TailwindCSS framework CLI for rapid UI development", "homepage": "https://github.com/tailwindlabs/tailwindcss", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v4.0.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "a8626610d1bdc01fc58f4e3a73ea53038ea765ddec927a8db45789e81e240b78" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v4.0.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "119e1bbef1dd862b49237141b23d18e65d250d7e8ee93465d9f4a4d7c698a246" } }, "bin": "tailwindcss.exe",