From 8fd9d52692401c8152ee8a3a33acffbcb18d5793 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 29 Oct 2024 21:43:59 +0000 Subject: [PATCH] ci: tailwindcss-update --- assets/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/app.css b/assets/app.css index 3e084a875e..d5181d17dc 100644 --- a/assets/app.css +++ b/assets/app.css @@ -107,7 +107,7 @@ } /* -! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */ /* @@ -550,7 +550,7 @@ video { /* Make elements with the HTML hidden attribute stay hidden by default */ -[hidden] { +[hidden]:where(:not([hidden="until-found"])) { display: none; }