/// @group breakpoints
////
-////
/// Patch to fix issue #12080
-
$-zf-size: null;
-////
/// A list of named breakpoints. You can use these with the `breakpoint()` mixin to quickly create media queries.
/// @type Map
$contrast-warnings: true !default;
-////
/// Patch to fix issue #12080
-
$primary-color: null !default;
$secondary-color: null !default;
$warning-color: null !default;
$alert-color: null !default;
$success-color: null !default;
-////
////
/// @group functions
/// @group functions
////
-////
-/// Patch to fix issue #12080
+// Patch to fix issue #12080
$-zf-pb-value: null;
-////
/// Creates an inner box-shadow for only one side
///
/// @param {Keyword} $side - Side the shadow is supposed to appear. Can be `top`, `left`, `right` or `bottom`.