Sha256: 46bf18491724468274e659beb8b2b434c5d66b49c73372e4569b5d3d2926a180
Contents?: true
Size: 642 Bytes
Versions: 3
Compression:
Stored size: 642 Bytes
Contents
@include govuk-exports("govuk/overrides/typography") { // Font size and line height // Generate typography override classes for each responsive font map in the // typography scale eg .govuk-\!-font-size-80 @each $size in map-keys($govuk-typography-scale) { .govuk-\!-font-size-#{$size} { @include govuk-typography-responsive($size, $important: true); } } // Weights .govuk-\!-font-weight-regular { @include govuk-typography-weight-regular($important: true); } .govuk-\!-font-weight-bold { @include govuk-typography-weight-bold($important: true); } } /*# sourceMappingURL=_typography.scss.map */
Version data entries
3 entries across 3 versions & 1 rubygems