Sha256: 01ff3080e55eea18a7d6906d26666bbbcc28625cb99886b019b50a574c480d43

Contents?: true

Size: 727 Bytes

Versions: 25

Compression:

Stored size: 727 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

25 entries across 25 versions & 1 rubygems

Version Path
govuk_publishing_components-39.2.5 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.2.4 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.2.3 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.2.2 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.2.1 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.2.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.1.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-39.0.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-38.4.2 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-38.1.1 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-38.1.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-38.0.1 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-38.0.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.10.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.9.1 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.9.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.8.1 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.8.0 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.7.1 node_modules/govuk-frontend/govuk/objects/_grid.scss
govuk_publishing_components-37.7.0 node_modules/govuk-frontend/govuk/objects/_grid.scss