From e3bf7b953495a94e2800a6a3ed7923996f742f91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 16:32:05 +0000 Subject: [PATCH] tailwindcss: Update to version 3.2.1 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 233c7d36f2..9956869b64 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.2.0", + "version": "3.2.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/v3.2.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "21044090f60546671e9d7651f6ee045442200ee30eb56f98aefff068d400530c" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.2.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "1d51866ec9e8b7f9d9903192c538902fb53f291d8d9046d246d5f968c8eb1a83" } }, "bin": "tailwindcss.exe",