Skip to content

Commit

Permalink
Merge pull request #1922 from alphagov/govuk-frontend-imports
Browse files Browse the repository at this point in the history
Update `govuk-frontend` base SCSS imports
  • Loading branch information
alex-ju authored Feb 12, 2021
2 parents 96c243c + 9b053ac commit 7d1db44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Update `govuk-frontend` base SCSS imports ([PR #1922](https://github.com/alphagov/govuk_publishing_components/pull/1922))

## 24.1.0

* Update `data-module` on layout header and footer ([PR #1913](https://github.com/alphagov/govuk_publishing_components/pull/1913))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
// This file should be included in an application prior to specific components
// It provides govuk-frontend but adds no weight to the compiled CSS
@import "components/helpers/govuk-frontend-settings";
@import "govuk/settings/all";
@import "govuk/tools/all";
@import "govuk/helpers/all";
$govuk-colours-organisations: map-merge(
$govuk-colours-organisations,
(
"foreign-commonwealth-development-office": (
colour: #012169
)
)
);
@import "govuk/base";

0 comments on commit 7d1db44

Please sign in to comment.