matcha-core 1.1.20 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core.scss CHANGED
@@ -715,8 +715,8 @@ $base-font-size: 16px;
715
715
  $infix: if($materialBreakpoint == null, "", "-#{$breakpoint}");
716
716
 
717
717
  $index: 0;
718
- @while $index <= 36 {
719
- $height: $index * 2;
718
+ @while $index <= 100 {
719
+ $height: $index * 1;
720
720
 
721
721
  .lh#{$infix}-#{$height} {
722
722
  line-height: #{$height}px;