diff options
Diffstat (limited to 'sass/theme.scss')
| -rw-r--r-- | sass/theme.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sass/theme.scss b/sass/theme.scss new file mode 100644 index 0000000..5cbd95f --- /dev/null +++ b/sass/theme.scss @@ -0,0 +1,26 @@ +//@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! |
