Skip to content

Instantly share code, notes, and snippets.

@BronsonQuick
Created August 13, 2013 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BronsonQuick/6222026 to your computer and use it in GitHub Desktop.
Save BronsonQuick/6222026 to your computer and use it in GitHub Desktop.
The main file for my MP6 sassing is this one. Y'all can work out the rest until I get it finished right? :P
@import "compass";
$base-font-family: "Open Sans", sans-serif;
$menu-base-color: #111;
$mid-menu-color: lighten( $menu-base-color, 6.5% );
$light-menu-color: lighten( $menu-base-color, 13.5% );
$menu-highlight-color: #682E93;
$active-plugins: lighten( $menu-highlight-color, 66.5% );
/* Need to revisit this */
$active-plugin-check-column: saturate( $menu-highlight-color, 50% );
@if $active-plugins == white {
$active-plugins: darken( white, 3% );
}
@if lightness( $active-plugin-check-column ) < 60% {
$active-plugin-check-column: lighten( $menu-highlight-color, 5% );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment