Sha256: 09b6c9be0b68a3dde7d88dacc47edbc31bc706cb1364bb7f7e4e5d418ca49790
Contents?: true
Size: 525 Bytes
Versions: 21
Compression:
Stored size: 525 Bytes
Contents
@if not mixin-exists("govuk-exports") { @warn "Importing items from the overrides layer without first importing `base` is deprecated, and will no longer work as of GOV.UK Frontend v4.0."; } @import "../base"; // stylelint-disable declaration-no-important @include govuk-exports("govuk/overrides/text-align") { .govuk-\!-text-align-left { text-align: left !important; } .govuk-\!-text-align-centre { text-align: center !important; } .govuk-\!-text-align-right { text-align: right !important; } }
Version data entries
21 entries across 21 versions & 3 rubygems