Skip to content

Instantly share code, notes, and snippets.

@bezenson
Last active March 22, 2018 08:53
Show Gist options
  • Save bezenson/e1dc868e405a375c2c3ea1187275e8b5 to your computer and use it in GitHub Desktop.
Save bezenson/e1dc868e405a375c2c3ea1187275e8b5 to your computer and use it in GitHub Desktop.
$social-brands: (
behance: #1769ff,
dribbble: #ea4c89,
facebook: #3b5998,
github: #666,
google-plus: #dc4e41,
instagram: #3f729b,
linkedin: #0077b5,
odnoklassniki: #ed812b,
pinterest: #bd081c,
twitter: #55acee,
vimeo: #1ab7ea,
vine: #00b488,
vk: #45668e,
youtube: #cd201f
);
// Usage:
@each $brand, $color in $social-brands {
.social-#{$brand} {
color: $color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment