This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2019-06-28 19:06:37 +00:00
|
|
|
@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
|
2016-04-25 12:28:00 +00:00
|
|
|
|
2019-06-28 19:06:37 +00:00
|
|
|
// 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
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
// Any additional imported files //
|
2019-06-28 19:06:37 +00:00
|
|
|
@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
|