Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Mar 7, 2016
1 parent adcbf48 commit 22c144d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/blocks/socials.styl
Expand Up @@ -2,12 +2,12 @@

.socials {
text-align: center;

&__item {
display: inline-block;
margin-side: .4em;
vertical-align: middle;

&_facebook {
margin-top: -2px;
padding-side: 2px;
Expand All @@ -16,18 +16,18 @@
svg {
vertical-align: baseline;
}

svg path {
transition: fill .2s ease-in-out;
}

+link-hovers() {
svg path {
fill: base_color;
}
}
}
}

a {
+link-all-states() {
no-underline();
Expand Down

0 comments on commit 22c144d

Please sign in to comment.