Skip to content

Commit e49bcf0

Browse files
Fix module export names
1 parent 57a7042 commit e49bcf0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/core/objects/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// @group objects
77
////
88

9-
@include nhsuk-exports("govuk/objects/grid") {
9+
@include nhsuk-exports("nhsuk/core/objects/grid") {
1010
.nhsuk-grid-row {
1111
@include clearfix;
1212
margin-right: -($nhsuk-gutter-half);

packages/core/objects/_main-wrapper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
@include _govuk-main-wrapper--s;
6868
}
6969

70-
@include nhsuk-exports("govuk/objects/main-wrapper") {
70+
@include nhsuk-exports("nhsuk/core/objects/main-wrapper") {
7171
.nhsuk-main-wrapper {
7272
@include _nhsuk-main-wrapper;
7373
}

packages/core/objects/_width-container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
}
4747

48-
@include nhsuk-exports("govuk/objects/width-container") {
48+
@include nhsuk-exports("nhsuk/core/objects/width-container") {
4949
.nhsuk-width-container {
5050
@include nhsuk-width-container;
5151
}

packages/core/utilities/_spacing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $_spacing-directions: ("top", "right", "bottom", "left") !default;
4646
}
4747
}
4848

49-
@include nhsuk-exports("govuk/overrides/spacing") {
49+
@include nhsuk-exports("nhsuk/core/utilities/spacing") {
5050
@include _nhsuk-generate-spacing-overrides("margin");
5151
@include _nhsuk-generate-spacing-overrides("padding");
5252
}

0 commit comments

Comments
 (0)