@for $i from 1 through 100 { $heightValue: 1% * $i; .h-#{$i} { height: $heightValue !important; } } @for $i from 1 through 100 { $widthValue: 1% * $i; .w-#{$i} { width: $widthValue !important; } } .min-h-50 { min-height: 50px; } .min-h-60 { min-height: 60px; }