Skip to content

Commit

Permalink
Apply code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Nov 3, 2024
1 parent 4160701 commit a5728e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/elements/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ html {
@if $nhsuk-include-font-face {
@include _nhsuk-font-face-frutiger;
& {
font-family: $nhsuk-font, $nhsuk-font-fallback;
font-family: $nhsuk-font, $nhsuk-font-fallback;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/settings/_colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SETTINGS / #COLOURS
// ==========================================================================

@use 'sass:color';
@use "sass:color";

//
// NHS colour palette
Expand Down

0 comments on commit a5728e4

Please sign in to comment.