Sha256: 2099251a0f67fc5181b270a1a6aac2ae54bfa059d6e56c98c2459f11d0c1c178
Contents?: true
Size: 726 Bytes
Versions: 100
Compression:
Stored size: 726 Bytes
Contents
@import "../base"; @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); } } // 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); } } } /*# sourceMappingURL=_grid.scss.map */
Version data entries
100 entries across 98 versions & 4 rubygems