SU-SWS/decanter

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

Summary

Maintainability
Test Coverage

///
/// Type C font style.
///
/// @name type-c
///
/// @group typography
@mixin type-c {
  @include modular-typography(2);
  letter-spacing: -0.012em;
}