Merge pull request #247 from bdavidxyz/patch-1

Correction d'une probable erreur de copier/coller
This commit is contained in:
Raphael Goetter 2017-04-29 10:41:28 +02:00 committed by GitHub
commit 3f9862abe4

View File

@ -142,7 +142,7 @@ h6, .#{$kna-namespace}h6-like {
font-size: $h6-size;
@if variable_exists(h6-size-l) and $h6-size-l != $h6-size {
@include respond-to("tiny-up") {
font-size: $h1-size-l;
font-size: $h6-size-l;
}
}
}