From c5a59f98bf5e47a1808641b66ac2e38373828649 Mon Sep 17 00:00:00 2001 From: Leonard Martin Date: Thu, 8 Jun 2017 16:55:54 +0100 Subject: [PATCH] Add sass declaration to package.json This allows sass compilers which dynamically look for a module's entry-point file to read the correct file. --- packages/govuk-elements-sass/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/govuk-elements-sass/package.json b/packages/govuk-elements-sass/package.json index cf373a2c1..e60050871 100644 --- a/packages/govuk-elements-sass/package.json +++ b/packages/govuk-elements-sass/package.json @@ -16,5 +16,6 @@ }, "bugs": { "url": "https://github.com/alphagov/govuk_elements/issues" - } + }, + "sass": "./public/_elements.scss" }