Sha256: 87c0db021b964e5a36bddb21598238eb70e4bb434094397801852fd131196148
Contents?: true
Size: 484 Bytes
Versions: 194
Compression:
Stored size: 484 Bytes
Contents
@if not mixin-exists("govuk-exports") { @warn "Importing items from the core layer without first importing `base` is deprecated, and will no longer work as of GOV.UK Frontend v4.0."; } @import "../base"; @import "links"; @import "typography"; @mixin govuk-global-styles { a { @extend %govuk-link; } p { @extend %govuk-body-m; } } @include govuk-exports("govuk/core/global-styles") { @if $govuk-global-styles == true { @include govuk-global-styles; } }
Version data entries
194 entries across 191 versions & 4 rubygems