Sha256: e4987a5eb2ecb38db6b6a768cd9fb0a1112420887856bfb505d3bc4bea73cec7
Contents?: true
Size: 815 Bytes
Versions: 98
Compression:
Stored size: 815 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"; @include govuk-exports("govuk/core/links") { %govuk-link { @include govuk-link-common; @include govuk-link-style-default; @include govuk-link-print-friendly; } .govuk-link { @extend %govuk-link; } // Variant classes should always be used in conjunction with the .govuk-link // class, so we do not need the common link styles as they will be inherited. .govuk-link--muted { @include govuk-link-style-muted; } .govuk-link--text-colour { @include govuk-link-style-text; } .govuk-link--no-visited-state { @include govuk-link-style-no-visited-state; } }
Version data entries
98 entries across 98 versions & 2 rubygems