Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created February 18, 2015 04:12
Show Gist options
  • Save KatieK2/c5e1c6668573262b3660 to your computer and use it in GitHub Desktop.
Save KatieK2/c5e1c6668573262b3660 to your computer and use it in GitHub Desktop.
GDI Sass, Class 1, Slide 4 example - SassMeister.com
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$brandColor: #f90000;
$accentColor: #fff;
header {
background-color: $brandColor;
color: $accentColor;
}
header a { color: $accentColor; }
header {
background-color: #f90000;
color: #fff;
}
header a {
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment