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 fc9fab7a6..69aa425a6 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;