blob: 191be9b2f24cc1269362c084c6a4ff581d0c855a [file] [log] [blame]
@charset "utf-8";
// Override Bootstrap Variables
$blue: #00bcd4;
// Import bootstrap-sass
@import "../assets/vendor/bootstrap/scss/bootstrap.scss";
// Custom Variables
// Set this to the footer height - used for sticky footer
$footer-height: 60px;
// Import partials.
@import
"mahout/mixins",
"mahout/base",
"mahout/navbar",
"mahout/heading",
"mahout/posts",
"mahout/syntax-highlighting"
;