]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: typo in $-zf-bp-value name 12420/head
authorJavi Martín <javim@elretirao.net>
Sun, 17 Apr 2022 12:04:30 +0000 (14:04 +0200)
committerJavi Martín <javim@elretirao.net>
Sun, 17 Apr 2022 12:14:15 +0000 (14:14 +0200)
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".

scss/util/_mixins.scss

index ea191d30c6b6cb0c6ad6db40ec14daf3412713a6..c71e084930e21a1b3ec119ea1e4591febd48cb04 100644 (file)
@@ -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
 ///