You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
Error: Undefined variable: "$opposite-direction".
on line 75 of foundation-apps/scss/helpers/_mixins.scss
------^
If I change it to be $offcanvas: true:
Error: Undefined variable: "$tabbar-menu-icon-width".
on line 69 of foundation-apps/scss/helpers/_mixins.scss
left: ($tabbar-menu-icon-width - $width)/2;
---------------^
I have searched both my local directory and this Github repository to see if the variables $opposite-direction or $tabbar-menu-icon-width are defined anywhere else, and they are not. They both only appear in _mixins.scss.
If I change to $offcanvas: true and $left: 0, it compiles fine, because the corresponding if/then blocks in the mixin definition do not invoke any undefined variables.
The text was updated successfully, but these errors were encountered:
HughxDev
changed the title
Hamburger mixin can’t compile as written
Hamburger mixin can’t compile with $offcanvas: false or $left: falseMar 24, 2016
Input:
Output:
If I change it to be
$offcanvas: true
:I have searched both my local directory and this Github repository to see if the variables
$opposite-direction
or$tabbar-menu-icon-width
are defined anywhere else, and they are not. They both only appear in _mixins.scss.If I change to
$offcanvas: true
and$left: 0
, it compiles fine, because the corresponding if/then blocks in the mixin definition do not invoke any undefined variables.The text was updated successfully, but these errors were encountered: