From 79a0a14b38c69a148adc243cecb233897e173254 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Fri, 19 Feb 2021 13:55:40 +0000 Subject: [PATCH] Copy inset-text component from GOV.UK Frontend --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 200988779..b803c83f1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,7 +71,8 @@ const copy = { 'label', 'checkboxes', 'radios', - 'input' + 'input', + 'inset-text' ]; let done = 0;