Created
July 24, 2014 22:08
-
-
Save cimmanon/874bdce807e7e8f81366 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
// ---- | |
// Sass (v3.4.0.rc.1) | |
// Compass (v1.0.0.alpha.20) | |
// Bourbon (v4.0.2) | |
// ---- | |
@import "bourbon/bourbon"; | |
$color-primary: #0a2466; | |
$color-primary-tinted: tint($color-primary, 30%); | |
$color-primary-light: lighten($color-primary, 20%); | |
$color-background: #efefef; | |
$color-bg-shaded: shade($color-background, 10%); | |
$color-bg-dark: darken($color-background, 10%); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment