From ac794dbc5bacbdc3812a2565b3969edb421181a4 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Fri, 19 Feb 2021 13:55:06 +0000 Subject: [PATCH] Add Sass for GOV.UK Frontend inset-text --- app/assets/stylesheets/govuk-frontend/_all.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/govuk-frontend/_all.scss b/app/assets/stylesheets/govuk-frontend/_all.scss index 8249d38f3..6cf2aff39 100644 --- a/app/assets/stylesheets/govuk-frontend/_all.scss +++ b/app/assets/stylesheets/govuk-frontend/_all.scss @@ -34,6 +34,7 @@ $govuk-assets-path: "/static/"; @import "components/radios/_radios"; @import "components/checkboxes/_checkboxes"; @import "components/input/_input"; +@import "components/inset-text/_inset-text"; // update to focus styles, remove when upgrading to GOVUK Frontend 3.x.x @import "./focus/components";