@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here <<<<<<< HEAD @import "../src/sass/bootstrap4/bootstrap";// <--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment! @import "understrap/understrap"; @import "../src/sass/fontawesome/font-awesome"; @import "../src/sass/owl-carousel2/owl.carousel"; @import "../src/sass/owl-carousel2/owl.animate"; @import "../src/sass/owl-carousel2/owl.autoheight"; @import "../src/sass/owl-carousel2/owl.lazyload"; @import "../src/sass/owl-carousel2/owl.video"; @import "../src/sass/owl-carousel2/owl.theme.default"; ======= @import "assets/bootstrap3";// <--------- 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 //Optional files - If you donĀ“t use the corresponding scripts/fonts comment em out @import "assets/font-awesome"; // <------- Font Awesome Icon font @import "assets/owl-carousel2"; // <------- Owl Carousel2 slider styles >>>>>>> master // Any additional imported files // @import "theme/theme"; // <--------- Thats where you can add your own design. Thats your part!