From 6d8ee0c046b7981dd482a845152de09507220395 Mon Sep 17 00:00:00 2001 From: NerusSkyhigh Date: Sun, 20 Dec 2020 14:50:28 +0100 Subject: [PATCH] add : null; at the beginning of _sass/libs/_skel.scss to remove deprecation warning --- _sass/libs/_skel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/libs/_skel.scss b/_sass/libs/_skel.scss index 438b147..1057577 100644 --- a/_sass/libs/_skel.scss +++ b/_sass/libs/_skel.scss @@ -4,6 +4,7 @@ /// Breakpoints. /// @var {list} + $breakpoints: null; $breakpoints: () !global; /// Vendor prefixes.