diff --git a/app/assets/stylesheets/govuk-frontend/_all.scss b/app/assets/stylesheets/govuk-frontend/_all.scss index 6776fb95a..2a49596b4 100644 --- a/app/assets/stylesheets/govuk-frontend/_all.scss +++ b/app/assets/stylesheets/govuk-frontend/_all.scss @@ -27,6 +27,7 @@ $govuk-assets-path: "/static/"; @import 'components/details/_details'; @import 'components/radios/_radios'; @import 'components/checkboxes/_checkboxes'; +@import 'components/input/_input'; @import "utilities/all"; @import "overrides/all"; diff --git a/gulpfile.js b/gulpfile.js index d8e098977..d8e8686d9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,7 +70,8 @@ const copy = { 'fieldset', 'hint', 'label', - 'checkboxes' + 'checkboxes', + 'input' ]; let done = 0;