app/assets/stylesheets/timequake/typography.scss in timequake-2.0.7 vs app/assets/stylesheets/timequake/typography.scss in timequake-2.0.8

- old
+ new

@@ -57,14 +57,14 @@ @media (min-width: $large) { .lg-fz-#{$i} { font-size: #{$i}px !important; } } - @media (min-width: $xlg) { + @media (min-width: $xlarge) { .xlg-fz-#{$i} { font-size: #{$i}px !important; } } - @media (min-width: $xxlg) { + @media (min-width: $xxlarge) { .xxlg-fz-#{$i} { font-size: #{$i}px !important; } } } .fw-100 { font-weight: 100 !important; }