Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created February 18, 2015 04:16
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 KatieK2/2355f5b0ca20975c8f5b to your computer and use it in GitHub Desktop.
Save KatieK2/2355f5b0ca20975c8f5b to your computer and use it in GitHub Desktop.
GDI Sass, Class 1, Slide 5 example - SassMeister.com
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$brandColor: #f90000;
$accentColor: #fff;
header {
background-color: $brandColor;
color: $accentColor;
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