Skip to content

Commit

Permalink
Making sass settings overridable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliecarey committed Oct 3, 2022
1 parent 4b5af8f commit 96387e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/govuk/_govuk-prototype-kit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ $govuk-assets-path: if(
$govuk-prototype-kit-major-version > 12,
$govuk-extensions-url-context + "/govuk-frontend/govuk/assets/",
"/govuk/assets/"
);
) !default;

$govuk-global-styles: true;
$govuk-new-link-styles: true;
$govuk-global-styles: true !default;
$govuk-new-link-styles: true !default;

@import "all";

0 comments on commit 96387e2

Please sign in to comment.