From 6adc9a2334d780b78247a8692226186e508f6d0e Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 14 Jun 2018 11:07:47 +0100 Subject: [PATCH 1/2] Add explicit dependency on colour maps When trying to build these files on their own (for demonstration in the Design System), they fail since the variables referenced in the helper functions are not defined. --- src/helpers/_colour.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/helpers/_colour.scss b/src/helpers/_colour.scss index 1ab7483b07..8c9e58a7ea 100644 --- a/src/helpers/_colour.scss +++ b/src/helpers/_colour.scss @@ -1,3 +1,6 @@ +@import "../settings/colours-palette"; +@import "../settings/colours-organisations"; + //// /// @group helpers/colour //// From 073509bc21b76b04a6e446bb2e281d465d9b1481 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 14 Jun 2018 11:10:38 +0100 Subject: [PATCH 2/2] Add CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864e06a085..9fbb6d9557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -241,6 +241,8 @@ Note: We're not following semantic versioning yet, we are going to talk about th - Update table of arguments for each component to ensure they're accurate. ([PR #769](https://github.com/alphagov/govuk-frontend/pull/769)) +- Add explicit dependency on colour maps + ([PR #790](https://github.com/alphagov/govuk-frontend/pull/790)) 🆕 New features: