From 796a988e9ac63070efee91358c7806b05624e7ef Mon Sep 17 00:00:00 2001 From: gtbu Date: Tue, 17 Jun 2025 15:21:56 +0200 Subject: [PATCH] Bootstwatch 5.2 scss @extend .fixed-bottom; scss added @extend .fixed-bottom; --- themes/Bootswatch5.2_Scss/_common/footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/Bootswatch5.2_Scss/_common/footer.scss b/themes/Bootswatch5.2_Scss/_common/footer.scss index f109fb9..ff7a49b 100644 --- a/themes/Bootswatch5.2_Scss/_common/footer.scss +++ b/themes/Bootswatch5.2_Scss/_common/footer.scss @@ -21,6 +21,7 @@ $footer-nav-link-active-bg: transparent !default; footer.main-footer { + @extend .fixed-bottom; font-size: $footer-font-size; background: $footer-bg; border-top: $footer-border-top;