Skip to content

Commit

Permalink
fix: bug with frontend import (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nboyse authored Nov 29, 2024
1 parent 7bcf61e commit 93ad826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app/frontend/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $govuk-assets-path: "govuk-assets/";
$govuk-font-family: sans-serif;
$redbox-red: #9c0000; /*old:#A50202*/

@import "./node_modules/govuk-frontend/dist/govuk/all";
@import "../node_modules/govuk-frontend/dist/govuk/all";

body {
background-color: white;
Expand Down

0 comments on commit 93ad826

Please sign in to comment.