Skip to content

Commit

Permalink
Lint SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 19, 2023
1 parent 686f39e commit 8085b30
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 @@ -28,10 +28,10 @@ $x-govuk-code-color: #d13118;
.x-govuk-code--block {
@include govuk-responsive-margin(4, "bottom");
background-color: govuk-colour("light-grey");
-webkit-font-smoothing: antialiased;
overflow: auto;
padding: govuk-spacing(4);
scrollbar-color: $govuk-border-colour govuk-colour("light-grey");
-webkit-font-smoothing: antialiased;

+ .govuk-heading-l {
padding-top: govuk-spacing(4);
Expand Down

0 comments on commit 8085b30

Please sign in to comment.