Last active
December 5, 2017 12:36
-
-
Save floster/b7dd732f1a991cd4ce03f47ac4ba4243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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