From 4da8fb329fe24f708480cf3f850ae557dc006de7 Mon Sep 17 00:00:00 2001 From: Matt Haliski Date: Fri, 18 Mar 2022 09:11:04 -0700 Subject: [PATCH] Updated old Bootstrap4 reference in a comment. --- src/sass/child-theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/child-theme.scss b/src/sass/child-theme.scss index 6c314a66..98c1da8b 100755 --- a/src/sass/child-theme.scss +++ b/src/sass/child-theme.scss @@ -1,5 +1,5 @@ @import "theme/child_theme_variables"; // <------- Add your variables into this file. Also add variables to overwrite Bootstrap variables here -@import "assets/bootstrap5/bootstrap"; // <------- Loads Bootstrap4 +@import "assets/bootstrap5/bootstrap"; // <------- Loads Bootstrap5 @import "assets/understrap/theme/understrap"; // <------- Loads the Understrap defaults. Just a few classes to incorporate BS in WP @import "assets/understrap/theme/woocommerce"; // <------- Loads WooCommerce style fixes. Comment out if you aren't using WooCommerce @@ -11,4 +11,4 @@ @import "theme/child_theme"; // <------- Add your styles into this file @import "assets/understrap/theme/colors"; // <-------- This creates the necessary bootstrap color classes. @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks. -@import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support \ No newline at end of file +@import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support