height-width.scss 110 Bytes edit raw blame history 1 2 3 4 5 6 @for $i from 1 through 100 { $heightValue: 1% * $i; .h-#{$i} { height: $heightValue !important; } }