mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Upgrade dependencies, Fix #4026
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
@mixin typography-size($target: "") {
|
||||
@each $size in dv.$sizes {
|
||||
$i: list.index(dv.$sizes, $size);
|
||||
$suffix: "";
|
||||
@if $target != "" {
|
||||
$suffix: "-" + $target;
|
||||
}
|
||||
|
||||
.#{iv.$class-prefix}#{iv.$helpers-prefix}size-#{$i}#{if($target == "", "", "-" + $target)} {
|
||||
.#{iv.$class-prefix}#{iv.$helpers-prefix}size-#{$i}#{$suffix} {
|
||||
font-size: $size !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user