SU-SWS/decanter

View on GitHub
core/src/scss/utilities/mixins/typography/_type-e.scss

Summary

Maintainability
Test Coverage

///
/// Type E font style.
///
/// @name type-e
///
/// @group typography
@mixin type-e {
  @include modular-typography(0);
}