Sha256: 8ce4532866a4d7c2e6647418d5af1540e39e3d130fba131e098f3237201e8dd2
Contents?: true
Size: 775 Bytes
Versions: 66
Compression:
Stored size: 775 Bytes
Contents
@import "../settings/all"; @import "../tools/all"; @import "../helpers/all"; @include govuk-exports("govuk/objects/grid") { .govuk-grid-row { @include govuk-clearfix; margin-right: - ($govuk-gutter-half); margin-left: - ($govuk-gutter-half); } @each $width in map-keys($govuk-grid-widths) { .govuk-grid-column-#{$width} { @include govuk-grid-column($width, $class: false) } } // These *must* be defined in a separate loop as they have the same // specificity as the non-breakpoint specific classes, so need to appear after // them in the outputted CSS @each $width in map-keys($govuk-grid-widths) { .govuk-grid-column-#{$width}-from-desktop { @include govuk-grid-column($width, $at: desktop, $class: false) } } }
Version data entries
66 entries across 66 versions & 2 rubygems