2015-08-20 17:14:59 +00:00
@import " theme/theme_variables " ; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
2016-04-26 12:05:22 +00:00
< < < < < < < HEAD
2016-04-06 11:24:59 +00:00
@import " ../src/sass/bootstrap4/bootstrap " ; // <--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
2015-02-13 13:58:00 +00:00
@import " understrap/understrap " ;
2016-03-20 09:40:38 +00:00
@import " ../src/sass/fontawesome/font-awesome " ;
2016-03-22 16:36:54 +00:00
@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 " ;
2016-04-26 12:05:22 +00:00
= = = = = = =
2016-04-25 12:28:00 +00:00
@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
2016-04-26 12:05:22 +00:00
> > > > > > > master
2014-12-10 11:36:38 +00:00
2015-08-12 06:13:10 +00:00
2014-12-10 11:36:38 +00:00
// Any additional imported files //
2016-04-25 12:28:00 +00:00
@import " theme/theme " ; // <--------- Thats where you can add your own design. Thats your part!