Correction d'une probable erreur de copier/coller
.h6-like a pour taille $h6-size, quand les grandes tailles sont définies, c'est vraisemblablement $h6-size-l (et non $h1-size-l)
This commit is contained in:
parent
faccfdb4bf
commit
9544ba610b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue