Sha256: d2f718540de2c0419f129a2c3d0be36b9513aefcd3fe3499f2c4109639063940
Contents?: true
Size: 596 Bytes
Versions: 241
Compression:
Stored size: 596 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); } }
Version data entries
241 entries across 241 versions & 5 rubygems