Hi!
I forked the starter theme and started developing it with the Bulma css framework, but I have problems with the top navigation bar on mobile screens:
when I touch/click a hamburger icon (used as toggle), an is-active css class is toggled by JavaScript correctly on the toggle itself but not in the navigation menu as it should happen simultaneously, hence the items of the menu don’t appear on mobile.
I wonder, is this because the {{navigation}} is separated into a .hbs template and should address it differently from the js script in the default.hbs head?