Skip to content

Commit 12ac6bf

Browse files
Fix p tags
1 parent 90aa85f commit 12ac6bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

client/sass/application.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ $govuk-images-path: '#{$govuk-assets-path}images/';
44
$govuk-fonts-path: '#{$govuk-assets-path}fonts/';
55
$govuk-global-styles: true;
66

7-
@use 'govuk-frontend/dist/govuk/all.scss';
7+
@use 'govuk-frontend/dist/govuk/index.scss';
88
@use 'govuk-frontend/dist/govuk/settings/colours-applied.scss';
99

10+
p {
11+
@extend %govuk-body-m;
12+
}
13+
1014
// Add extra styles here
1115
.contact {
1216
border-left: 1px solid #b1b4b6;

0 commit comments

Comments
 (0)