Split button dropdown menu

In navbar I want to use both the parent and children for navigation.

I understand why Bootstrap does not support this for the parent menu item (touch devices). So I’d like to use something like the split button dropdown http://getbootstrap.com/components/#btn-dropdowns-split in my menu.

Please can someone point me in the right direction for how I would do that.

Site I am working on is at http://ssaaswp.wpengine.com/platform/
the original site (non-WordPress) is at http://www.klugeye.com/html/home.asp

I would start by extending the Roots_Nav_Walker class and changing the markup where needed.

I was trying to figure this out too. Looking at /libs/nav.php in order to support split “button” links on the primary navigation isn’t for the light hearted. I’m looking at ~ line 26 and unfortunately my mind is blown.

Ideally, it would be great if Roots provided a commented out conditional for us who need a split button navigation.