Sha256: bedfb0715a6a23db9de00d53aee436dfa817b6a18c5af2128e686416b8dc89be
Contents?: true
Size: 687 Bytes
Versions: 43
Compression:
Stored size: 687 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) } } }
Version data entries
43 entries across 43 versions & 2 rubygems