1
0
forked from Git/hugo-story

added breakpint: null and removed deprecated !global

This commit is contained in:
Thomas Jungbauer
2022-09-26 09:24:12 +02:00
parent 6722dc851b
commit 07542e475f

View File

@ -4,7 +4,8 @@
/// Breakpoints.
/// @var {list}
$breakpoints: () !global;
//$breakpoints: () !global;
$breakpoints: null;
// Mixins.
@ -220,4 +221,4 @@
@content;
}
}
}