blob: 44d168bc956b39f53e0f7907ac607db1cb0ad836 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
//@import "assets/bootstrap4";// <--------- Loads Bootstrap3 or Bootstrap4. Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
//@import "../node_modules/daemonite-material/assets/scss/material.scss";// <--------- Loads Bootstrap3 or Bootstrap4. Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
//$primary: #f08506;
//$secondary: #f08506;
@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
//@import "../src/sass/bootstrap4/_functions.scss";
@import "fonts/charter";
@import "material-icons";
//@import "../node_modules/material-design-icons/iconfont/material-icons.css";
@import "../node_modules/daemonite-material/assets/scss/material";
@import "../src/sass/bootstrap4/_variables.scss";
//@import "../src/sass/bootstrap4/_utilities.scss";
@import "../src/sass/bootstrap4/mixins/_hover.scss";
@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
// Any additional imported files //
@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/offer"; // <--------- That's where you can add your own design. Thats your part!
@import "theme/breadcrumbs"; // <--------- That's where you can add your own design. Thats your part!
|