diff --git a/sass/theme.scss b/sass/theme.scss index bf03a6c..c1e232a 100644 --- a/sass/theme.scss +++ b/sass/theme.scss @@ -1,6 +1,7 @@ @import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here @import "assets/bootstrap4";// <--------- Loads Bootstrap3 or Bootstrap4. Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment! @import "understrap/understrap";// <-------- Loads the UnderStrap defaults. Just a few classes to incorporate BS in WP +@import "understrap/woocommerce";// <-------- Loads WooCommerce style fixes. Comment out if you aren't using WooCommerce //Optional files - If you dont use the corresponding scripts/fonts comment em out @import "assets/font-awesome"; // <------- Font Awesome Icon font @@ -8,4 +9,4 @@ // Any additional imported files // @import "theme/theme"; // <--------- That's where you can add your own design. Thats your part! -@import "theme/contact-form7"; // Contact Form 7 - Bootstrap 4 support \ No newline at end of file +@import "theme/contact-form7"; // Contact Form 7 - Bootstrap 4 support diff --git a/sass/understrap/woocommerce.scss b/sass/understrap/woocommerce.scss new file mode 100644 index 0000000..e69de29