Skip to content

Commit

Permalink
Replace deprecated govuk-typography-responsive mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Feb 5, 2024
1 parent a379156 commit 7860b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-govuk/code/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $x-govuk-code-color: #d13118;
}

.x-govuk-code--block {
@include govuk-typography-responsive(16, $override-line-height: 1.4);
@include govuk-font(16, $line-height: 1.4);
@include govuk-responsive-margin(4, "bottom");
background-color: govuk-colour("light-grey");
overflow: auto;
Expand Down

0 comments on commit 7860b98

Please sign in to comment.