SU-SWS/decanter

View on GitHub
core/src/scss/utilities/mixins/typography/_caption.scss

Summary

Maintainability
Test Coverage

///
/// To be used for describing the content of an image.
///
/// @name caption
///
/// @group typography
@mixin caption {
  @include font-smoothing;
  color: $su-color-cool-grey;
  font-size: 1.4rem;
  line-height: 1.3;

  @include grid-media('md') {
    font-size: 1.6rem;
  }
}