Skip to content

Commit

Permalink
469915: Move @include to last in list to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmypixel committed Feb 6, 2025
1 parent 5de7d19 commit d6044d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/stylesheets/core/form/_error.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
font-weight: normal;
margin-top: govuk-spacing(-1);
margin-bottom: govuk-spacing(1);
@include govuk-font(19);
width: max-content;
border-radius: $app-border-radius;
@include govuk-font(19);

&:focus {
outline: 3px solid govuk-colour("yellow");
Expand Down

0 comments on commit d6044d2

Please sign in to comment.