Merge pull request #998 from IanDelMar/patch-4

Update theme.scss
This commit is contained in:
Holger 2019-06-29 11:56:51 +02:00 committed by GitHub
commit a0a00cba6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,12 @@
@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
@import "theme/theme_variables"; // <-------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
@import "assets/bootstrap4"; // <-------- Loads Bootstrap4
@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
@import "assets/underscores"; // <------- Underscores media styles
// Optional files - If you dont use the corresponding scripts/fonts comment em out
@import "assets/font-awesome"; // <-------- Font Awesome Icon font
@import "assets/underscores"; // <-------- Underscores media styles
// 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
@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