From 1004b94a97b569db8e3f893161ed88f9a7194321 Mon Sep 17 00:00:00 2001 From: Tijmen Brommet Date: Thu, 15 Mar 2018 15:04:13 +0000 Subject: [PATCH] Include all component print styles Among other things, this will hide the feedback component when printing. --- app/assets/stylesheets/print.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index 6bf81a426..3da0649a0 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -3,6 +3,5 @@ @import 'typography'; @import 'components/print/*'; -@import 'govuk_publishing_components/components/print/step-by-step-nav'; -@import 'govuk_publishing_components/components/print/step-by-step-nav-header'; +@import 'govuk_publishing_components/all_components_print'; @import 'print/html-publication';