From 0092ce122c7e582bf352855e721ead088acbd092 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 26 Feb 2020 16:58:33 +0000 Subject: [PATCH] Bring in Jinja and Sass for checkboxes component --- app/assets/stylesheets/govuk-frontend/_all.scss | 1 + gulpfile.js | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/govuk-frontend/_all.scss b/app/assets/stylesheets/govuk-frontend/_all.scss index 9b8755367..6776fb95a 100644 --- a/app/assets/stylesheets/govuk-frontend/_all.scss +++ b/app/assets/stylesheets/govuk-frontend/_all.scss @@ -26,6 +26,7 @@ $govuk-assets-path: "/static/"; @import 'components/button/_button'; @import 'components/details/_details'; @import 'components/radios/_radios'; +@import 'components/checkboxes/_checkboxes'; @import "utilities/all"; @import "overrides/all"; diff --git a/gulpfile.js b/gulpfile.js index 60984c140..d8e098977 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,7 +65,12 @@ const copy = { 'footer', 'back-link', 'details', - 'button' + 'button', + 'error-message', + 'fieldset', + 'hint', + 'label', + 'checkboxes' ]; let done = 0;