SU-SWS/decanter

View on GitHub
core/src/scss/utilities/mixins/typography/_font-splash.scss

Summary

Maintainability
Test Coverage

///
/// For text on a page that should stand out and draw more attention.
///
/// @name font-splash
///
/// @group typography
@mixin font-splash {
  @include types;
  @include modular-typography(5);
  @include margin(null null 0);
  letter-spacing: -0.016em;

  @include grid-media-max('sm') {
    font-size: modular-scale(5) * $su-displays-mobile-factor;
  }
}