From c5c60729062cc3d89be7447b5d330367417aa6f7 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 3 Feb 2018 21:08:46 -0600 Subject: Update --- _includes/import.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _includes/import.scss (limited to '_includes/import.scss') diff --git a/_includes/import.scss b/_includes/import.scss new file mode 100644 index 0000000..1810e57 --- /dev/null +++ b/_includes/import.scss @@ -0,0 +1,26 @@ +--- +# this ensures Jekyll reads the file to be transformed into CSS later +# only Main files contain this front matter, not partials. +--- +@charset "utf-8"; + +$site-color: "{{ site.color }}"; + +//$site-color: #9FCF6C; +//$site-color: #c3950d; + +////////////////////////////////////////////////////////////// + +$color-background: $site-color; +$color-link: darken($site-color, 20%); + +// Buttons +$color-btn-primary: darken($site-color, 10%); +$color-btn-success: darken($site-color, 20%); +$color-btn-link: darken($site-color, 30%); + + +////////////////////////////////////////////////////////////// + +@import "site"; +@import "bootstrap4/bootstrap"; -- cgit v1.2.3-59-ga6da