# Only the main Sass file needs front matter (the dashes are enough)


@charset “utf-8”;

//Measures $spacing-unit : 50px; $spacing-vertical : 50px;

// Color Base Logo $indigo : #3f51b5; $pink : e91e63; //$pink rgba(233, 30, 99, 0.9) $gray-dark : #757575; $gray : f5f5f5;

// Width of the content area $content-width: 800px !default;

$on-palm: 600px !default; $on-laptop: 800px !default;

// Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // } @mixin media-query($device) {

@media screen and (max-width: $device) {
    @content;
}

}

// Minima also includes a mixin for defining media queries. // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // }

// Import partials from the `minima` theme. // @import “minima”;

@import

"material-osd",
"base",
"osd-home-section-header"