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