From 00c9709fd9763542e848f6278db8ba26af5c9886 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Oct 2018 23:46:42 +0200 Subject: Initial commit. --- sass/theme.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sass/theme.scss (limited to 'sass/theme.scss') 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! -- cgit v1.2.3