Indent $color variable list

This commit is contained in:
Michael Rose 2017-03-16 14:39:44 -04:00
parent bdb2033edd
commit 4099f6c519
1 changed files with 22 additions and 21 deletions

View File

@ -12,27 +12,28 @@
vertical-align: middle; vertical-align: middle;
fill: currentColor; fill: currentColor;
$icons: $icons: (
(bitbucket, #205081), (bitbucket, #205081),
(codepen, #000), (codepen, #000),
(dribbble, #ea4c89), (dribbble, #ea4c89),
(email, #000), (email, #000),
(facebook, #3b5998), (facebook, #3b5998),
(flickr, #0063dc), (flickr, #0063dc),
(github, #181717), (github, #181717),
(gitlab, #e24329), (gitlab, #e24329),
(googleplus, #dc4e41), (googleplus, #dc4e41),
(instagram, #e4405f), (instagram, #e4405f),
(lastfm, #d51007), (lastfm, #d51007),
(linkedin, #0077b5), (linkedin, #0077b5),
(pinterest, #bd081c), (pinterest, #bd081c),
(rss, #ffa500), (rss, #ffa500),
(soundcloud, #ff3300), (soundcloud, #ff3300),
(stackoverflow, #fe7a16), (stackoverflow, #fe7a16),
(tumblr, #36465d), (tumblr, #36465d),
(twitter, #1da1f2), (twitter, #1da1f2),
(xing, #005a5f), (xing, #005a5f),
(youtube, #cd201f); (youtube, #cd201f)
);
@each $icon, $color in $icons { @each $icon, $color in $icons {
&--#{$icon} { &--#{$icon} {