From b190e92e6ea1fc516d971844b822b7b749a99223 Mon Sep 17 00:00:00 2001 From: djanelle-mit Date: Thu, 10 Sep 2026 16:20:59 -0400 Subject: [PATCH] query string on home css file --- web/app/themes/mitlib-parent/css/v2/v2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/themes/mitlib-parent/css/v2/v2.css b/web/app/themes/mitlib-parent/css/v2/v2.css index f65159b3..3722f6cb 100644 --- a/web/app/themes/mitlib-parent/css/v2/v2.css +++ b/web/app/themes/mitlib-parent/css/v2/v2.css @@ -26,4 +26,4 @@ @import url('partials/footer.css'); /* Page-level styles */ -@import url('pages/home.css'); \ No newline at end of file +@import url('pages/home.css?v=0.0.2'); \ No newline at end of file