From ab80ee20b5df660c217ff9bd39c35758716dcdac Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 6 Nov 2024 16:41:53 +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 b158105889..2b1cc738b4 100644 --- a/assets/app.css +++ b/assets/app.css @@ -107,7 +107,7 @@ } /* -! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */ /* @@ -550,6 +550,6 @@ video { /* Make elements with the HTML hidden attribute stay hidden by default */ -[hidden] { +[hidden]:where(:not([hidden="until-found"])) { display: none; }