Merge pull request #4637 from HugoGiraudel/patch-5

Merge pull request 4637
This commit is contained in:
jekyllbot 2016-03-04 14:32:05 -08:00
commit 26782e246b
1 changed files with 11 additions and 17 deletions

View File

@ -177,23 +177,18 @@ pre {
/** /**
* Clearfix * Clearfix
*/ */
%clearfix { %clearfix:after {
&:after {
content: ""; content: "";
display: table; display: table;
clear: both; clear: both;
} }
}
/** /**
* Icons * Icons
*/ */
.icon { .icon > svg {
> svg {
display: inline-block; display: inline-block;
width: 16px; width: 16px;
height: 16px; height: 16px;
@ -203,4 +198,3 @@ pre {
fill: $grey-color; fill: $grey-color;
} }
} }
}