Sha256: f7d3020f4da75c82d96349c0bdb447051946659010c8593428dd59bcab1f1986
Contents?: true
Size: 550 Bytes
Versions: 5
Compression:
Stored size: 550 Bytes
Contents
//// /// @group indicators //// /// Typography of indicators. $indicator-typography: () !default; /// Typography of indicators on phone. $indicator-phone-typography: () !default; @mixin indicator-typography { @include standard-typography( $indicator-typography, ( font-size: 0.92em, letter-spacing: 0.2em, text-transform: uppercase, ) ); @include phone { @include standard-typography( $indicator-phone-typography, ( font-size: 0.8em, letter-spacing: 0.1em, ) ); } }
Version data entries
5 entries across 5 versions & 1 rubygems