From 188dc5cfc8907875ca0eff6bdf9267a26e8badea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:23:07 +0000 Subject: [PATCH] tailwindcss: Update to version 3.4.0 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index dc6d710e54..b145245207 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.3.7", + "version": "3.4.0", "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/v3.3.7/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "41e17c358999cdce5698a9e6ef5d41db0734913640a7cdd0ae6ee83ed30e2181" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "29edea21bf9c4d96683c4c825a7aa1a43df067fd0be2100b707d28b188dde01f" } }, "bin": "tailwindcss.exe",