From fcde1230cc68174827786197fe95d7dfdc3db267 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:31:32 +0000 Subject: [PATCH] tailwindcss: Update to version 3.1.2 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 2a3b9bd462..41657588b8 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.1.1", + "version": "3.1.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/v3.1.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "7eb81d3ef0327bb116da9498001b5449cc2ccb9d652cb4be30a168eb9d983c2c" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.1.2/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "65d5f07b5f4a0b5d852a0ec52a4397d876efb4668c68d6d535cafad303ae64ce" } }, "bin": "tailwindcss.exe",