Skip to content

Commit

Permalink
Merge pull request #4976 from alphagov/fix-import-full-page-examples
Browse files Browse the repository at this point in the history
Fix imports of ‘core’ from full page examples
  • Loading branch information
36degrees committed May 10, 2024
2 parents c24411b + f991f01 commit 4cbd9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
@import "govuk/base";
@import "govuk/core/all";
@import "govuk/core";

.app-header--campaign {
padding-bottom: govuk-spacing(2);
Expand Down
@@ -1,5 +1,5 @@
@import "govuk/base";
@import "govuk/core/all";
@import "govuk/core";

.app-document-list > li {
padding-top: govuk-spacing(4);
Expand Down

0 comments on commit 4cbd9ce

Please sign in to comment.