From 3dc0ae404a7b0cc812e6a0bb5d2e324dcb2f9715 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sat, 8 Jul 2023 12:01:18 +0200 Subject: [PATCH] Add class to hide on print --- src/scss/_utility.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scss/_utility.scss b/src/scss/_utility.scss index 4d4565a..dac125f 100644 --- a/src/scss/_utility.scss +++ b/src/scss/_utility.scss @@ -23,6 +23,9 @@ .u-print-only { display: initial !important; } + .u-print-hide { + display: none !important; + } }