Skip to content

Commit

Permalink
Updated old Bootstrap4 reference in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthaliski authored Mar 18, 2022
1 parent fa849f7 commit 4da8fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/child-theme.scss
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
@import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support

0 comments on commit 4da8fb3

Please sign in to comment.