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,7 +12,7 @@
vertical-align: middle;
fill: currentColor;
$icons:
$icons: (
(bitbucket, #205081),
(codepen, #000),
(dribbble, #ea4c89),
@ -32,7 +32,8 @@
(tumblr, #36465d),
(twitter, #1da1f2),
(xing, #005a5f),
(youtube, #cd201f);
(youtube, #cd201f)
);
@each $icon, $color in $icons {
&--#{$icon} {