Skip to content

Commit

Permalink
still trying to fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamaryon1 committed Sep 9, 2024
1 parent 5b300a3 commit e385677
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/objects/_main-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* so it uses CSS initial value, which is inline.
*/

@mixin govuk-main-wrapper {
@mixin govuk-main-wrapper {
@include top-and-bottom();
display: block; /* [1] */
margin-top: nhsuk-spacing(4);
Expand Down Expand Up @@ -55,9 +55,11 @@
.nhsuk-main-wrapper {
@include govuk-main-wrapper;
}

.nhsuk-main-wrapper--l {
@include govuk-main-wrapper--l;
}

.nhsuk-main-wrapper--s {
@include govuk-main-wrapper--s;
}
Expand Down

0 comments on commit e385677

Please sign in to comment.