From: Javi Martín Date: Sun, 17 Apr 2022 12:04:30 +0000 (+0200) Subject: fix: typo in $-zf-bp-value name X-Git-Tag: v6.7.5^2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cf68ac4d05217ba349aa9fde0bc56c3da1ca6a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: typo in $-zf-bp-value name There was a warning when compiling SCSS: DEPRECATION WARNING on line 369 of scss/util/_mixins.scss: !global assignments won't be able to declare new variables in future versions. Consider adding `$-zf-bp-value: null` at the top level The reason was a typo in the assigned variable name, which had "pb" instead of "bp". --- diff --git a/scss/util/_mixins.scss b/scss/util/_mixins.scss index ea191d30c..c71e08493 100644 --- a/scss/util/_mixins.scss +++ b/scss/util/_mixins.scss @@ -7,7 +7,7 @@ //// // Patch to fix issue #12080 -$-zf-pb-value: null; +$-zf-bp-value: null; /// Creates an inner box-shadow for only one side ///