Skip to content

Instantly share code, notes, and snippets.

@floster
Last active December 5, 2017 12:36
Show Gist options
  • Save floster/b7dd732f1a991cd4ce03f47ac4ba4243 to your computer and use it in GitHub Desktop.
Save floster/b7dd732f1a991cd4ce03f47ac4ba4243 to your computer and use it in GitHub Desktop.
$brand-colors: (
facebook: #3B5998,
instagram: #2E5E86,
youtube: #CD201F,
googleplus: #DD4B39,
viber: #59267c,
twitter: #1da1f2,
whatsapp: #25d366
);
@each $name, $color in $brand-colors {
.social--#{$name} {
background-color: $color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment