Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created July 24, 2014 22:08
Show Gist options
  • Save cimmanon/874bdce807e7e8f81366 to your computer and use it in GitHub Desktop.
Save cimmanon/874bdce807e7e8f81366 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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