We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ac505 commit 6ea31b6Copy full SHA for 6ea31b6
packages/core/objects/_grid.scss
@@ -11,6 +11,15 @@
11
margin-left: -($nhsuk-gutter-half);
12
}
13
14
+ // These *must* be defined in a separate loop as they have the same
15
+ // specificity as the non-breakpoint specific classes, so need to appear before
16
+ // them in the outputted CSS
17
+ @each $width in map-keys($nhsuk-grid-widths) {
18
+ .nhsuk-grid-column-#{$width}-from-tablet {
19
+ @include govuk-grid-column($width, $at: tablet, $class: false);
20
+ }
21
22
+
23
@each $width in map-keys($nhsuk-grid-widths) {
24
.nhsuk-grid-column-#{$width} {
25
@include govuk-grid-column($width, $class: false);
0 commit comments