Skip to content

Commit

Permalink
Import moj assets before core typography
Browse files Browse the repository at this point in the history
The import order is important should we wish
to override styles coming from either govuk
or moj design systems.
  • Loading branch information
jsugarman committed Feb 18, 2021
1 parent 3e79469 commit e91d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webpack/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
$govuk-font-url-function: frontend-font-url;
$govuk-image-url-function: frontend-image-url;
@import "~govuk-frontend/govuk/all";
@import "core/typography";
@import "@ministryofjustice/frontend/moj/all";
@import "core/typography";

@import "components/cookie_banner";
@import "components/forms";
Expand Down

0 comments on commit e91d9bf

Please sign in to comment.