From: Joe Workman Date: Mon, 1 Nov 2021 19:59:58 +0000 (-0700) Subject: chore: fixed more build warnings X-Git-Tag: v6.7.4^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1cb11842503a72ff2e89415b11f3c84f95d044;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: fixed more build warnings --- diff --git a/scss/util/_breakpoint.scss b/scss/util/_breakpoint.scss index d3fa64e85..febb11b87 100644 --- a/scss/util/_breakpoint.scss +++ b/scss/util/_breakpoint.scss @@ -6,11 +6,8 @@ /// @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 diff --git a/scss/util/_color.scss b/scss/util/_color.scss index 1eb50e70c..67a8ab458 100644 --- a/scss/util/_color.scss +++ b/scss/util/_color.scss @@ -6,15 +6,12 @@ $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 diff --git a/scss/util/_mixins.scss b/scss/util/_mixins.scss index c87a6a195..ea191d30c 100644 --- a/scss/util/_mixins.scss +++ b/scss/util/_mixins.scss @@ -6,11 +6,9 @@ /// @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`.