From e5c8623b0d01d986b0d17fac60bbf8e54471a14a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:30:56 +0000 Subject: [PATCH] tailwindcss: Update to version 3.2.0 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 1cba8bdb30..233c7d36f2 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.1.8", + "version": "3.2.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.1.8/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "842aec21df2a109011e052772f1dac15f6ac093fe83264b60ce42379f8998eb4" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.2.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "21044090f60546671e9d7651f6ee045442200ee30eb56f98aefff068d400530c" } }, "bin": "tailwindcss.exe",