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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e72b490
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm kinda bummed, this doesn't actually fix "yarn build:production". It makes the mobile menu completely disappear, which isn't good at all...
e72b490
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better fix: twbs/bootstrap#25211 (comment)
Relying on @sandrowuermli's comments:
In Your assets/styles/main.scss insert at the top of the file (yes, before @import "common/variables";, we need the functions for str-replace()):
In Your styles/common/_variables.scss insert:
Detail
This fixes the failing compilation along with keeping the hamburger menu alive on mobile (and also passes stylelint validation).