From 30b415bca5483fc56db810392b4212d5f95e8efc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:27:38 +0000 Subject: [PATCH] tailwindcss: Update to version 4.0.2 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 1831e23d6a..1c3357810b 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "4.0.1", + "version": "4.0.2", "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.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "119e1bbef1dd862b49237141b23d18e65d250d7e8ee93465d9f4a4d7c698a246" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v4.0.2/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "65cb61dfaace863b6beed560d0803bb4a00d4350f9263c7751e6a23f134d45ad" } }, "bin": "tailwindcss.exe",