From 551c6e71d8f5d283ff657c12c6eea2bba104ed23 Mon Sep 17 00:00:00 2001 From: Daniel Karaj Date: Tue, 30 Jan 2024 15:58:30 +0000 Subject: [PATCH] Start importing the visual editor style The visual editor has been updated to not include the govuk fonts and consequently can be imported --- app/assets/stylesheets/components/_govspeak-editor.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/components/_govspeak-editor.scss b/app/assets/stylesheets/components/_govspeak-editor.scss index e6a035ef6b4c..ab74b8cca854 100644 --- a/app/assets/stylesheets/components/_govspeak-editor.scss +++ b/app/assets/stylesheets/components/_govspeak-editor.scss @@ -1,3 +1,5 @@ +@import "govspeak-visual-editor/dist/style"; + .app-c-govspeak-editor { margin-bottom: govuk-spacing(6); }