Sha256: e1ed9c11c20f82edab8f5de56f5f80a05b595ff645be2cf3414bc419b6615595
Contents?: true
Size: 666 Bytes
Versions: 43
Compression:
Stored size: 666 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"; @include govuk-exports("govuk/overrides/display") { .govuk-\!-display-inline { display: inline !important; } .govuk-\!-display-inline-block { display: inline-block !important; } .govuk-\!-display-block { display: block !important; } .govuk-\!-display-none { display: none !important; } @include govuk-media-query($media-type: print) { .govuk-\!-display-none-print { display: none !important; } } }
Version data entries
43 entries across 43 versions & 2 rubygems