add : null; at the beginning of _sass/libs/_skel.scss to remove deprecation warning

This commit is contained in:
NerusSkyhigh 2020-12-20 14:50:28 +01:00
parent 70f9116d4a
commit 6d8ee0c046
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
/// Breakpoints.
/// @var {list}
$breakpoints: null;
$breakpoints: () !global;
/// Vendor prefixes.