Skip to content

Commit c0d5575

Browse files
committed
use new $govuk-new-organisation-colours map
`legacy-organisation-colours` map is getting deprecated, so a new one needs to be used [Deprecation](https://github.com/alphagov/govuk-frontend/releases#:~:text=Migrate%20to%20the%20new%20organisation%20colour%20palette) [New palette released in v5.5.0](https://github.com/alphagov/govuk-frontend/releases#:~:text=in%20our%20documentation.-,New%20features,-We%27ve%20updated%20the)
1 parent 5e94627 commit c0d5575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/assets/stylesheets/_govuk_tech_docs.scss

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ $govuk-suppressed-warnings: (
77
);
88
$govuk-assets-path: "/assets/govuk/assets/" !default;
99

10+
// legacy palette is getting deprecated so new one needs to be used
11+
$govuk-new-organisation-colours: true;
12+
1013
// Include only the bits of GOV.UK Frontend we need
1114
$govuk-new-link-styles: true;
1215
@import "govuk/base";

0 commit comments

Comments
 (0)