Developers may want to use the menu-icon outside the tab-bar.
Currently this is restricted as the CSS selector requires the developer to make the menu icon a child of the tab-bar.
By removing .tab-bar in the selector selecting the menu icon developers will be able to use the menu-icon outside the tab-bar.
// MENU BUTTON
// This is a little bonus. You don't need it for off canvas to work. Mixins to be written in the future.
- .tab-bar .menu-icon {
+ .menu-icon {
text-indent: $tabbar-menu-icon-text-indent;
width: $tabbar-height;
height: $tabbar-height;