From e9a505f273ba3b1e6520eb9bb9c93d6a42e154f6 Mon Sep 17 00:00:00 2001 From: Dubidubiduu <34820982+Dubidubiduu@users.noreply.github.com> Date: Sat, 30 Jun 2018 01:28:03 +0200 Subject: [PATCH] add import print.scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.scss b/css/style.scss index 4f0e03b1e..b62818f36 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1481,3 +1481,8 @@ body:not(.snapjs-left) { display: none; } } + +/** + * Print settings, better leave them at the eof + */ +@import 'print.scss';