From 0ca3bda81dee207a24edd12c7700e00e6ea625c2 Mon Sep 17 00:00:00 2001 From: owenatgov Date: Thu, 17 Jun 2021 11:24:38 +0100 Subject: [PATCH] Add feature flag for new link styles --- app/assets/stylesheets/application.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index ca2cf13a4..9da18dc7b 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -1,3 +1,5 @@ +$govuk-new-link-styles: true; + @import "govuk_publishing_components/govuk_frontend_support"; @import "govuk_publishing_components/component_support";