Created
August 13, 2013 14:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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