From 07542e475f69ddfcfbaab18388aa1cba1f186059 Mon Sep 17 00:00:00 2001 From: Thomas Jungbauer Date: Mon, 26 Sep 2022 09:24:12 +0200 Subject: [PATCH] added breakpint: null and removed deprecated !global --- assets/sass/libs/_breakpoints.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/sass/libs/_breakpoints.scss b/assets/sass/libs/_breakpoints.scss index c5301d8..dfbc896 100644 --- a/assets/sass/libs/_breakpoints.scss +++ b/assets/sass/libs/_breakpoints.scss @@ -4,7 +4,8 @@ /// Breakpoints. /// @var {list} - $breakpoints: () !global; + //$breakpoints: () !global; + $breakpoints: null; // Mixins. @@ -220,4 +221,4 @@ @content; } - } \ No newline at end of file + }