Skip to content

Instantly share code, notes, and snippets.

@8lane
Created December 1, 2016 17:03
Show Gist options
  • Save 8lane/b155a1657a83ae1d0dab7ef29cbb4954 to your computer and use it in GitHub Desktop.
Save 8lane/b155a1657a83ae1d0dab7ef29cbb4954 to your computer and use it in GitHub Desktop.
/* Variable storing three variations */
$brand-primary: (1: cornflowerblue, 2: tomato, 3: lightcoral);
/* Set the body background to tomato */
body {
background-color: map-get($brand-primary, "2");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment