From f7058b048a27116e3c9209b837179e599fb8e9fa Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 5 Sep 2025 06:29:32 -0700 Subject: [PATCH] Fix: add cache-busting to theme CSS @import --- app/css/custom.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/css/custom.php b/app/css/custom.php index 9113ef39..da824ff1 100644 --- a/app/css/custom.php +++ b/app/css/custom.php @@ -2,6 +2,7 @@ /* Theme Name: RaspAP default @@ -11,7 +12,7 @@ Description: Default theme for RaspAP License: GNU General Public License v3.0 */ -@import url('all.css'); +@import url('?v='); :root { --raspap-theme-color: ;