Skip to content

Instantly share code, notes, and snippets.

@Knogobert
Last active January 26, 2017 18:31
Show Gist options
  • Save Knogobert/7f73acfcf64812547823ad2ce833af17 to your computer and use it in GitHub Desktop.
Save Knogobert/7f73acfcf64812547823ad2ce833af17 to your computer and use it in GitHub Desktop.
SCSS - Color variables with hierarchy
$blue: (
lightest: #e6f5ff,
lighter: #8bcdff
) !default;
h1 {
color: blue(darkest);
}
@Knogobert
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment