Skip to content

Support nested menus (nested uls)#50

Open
chrisolof wants to merge 1 commit intoVPenkov:masterfrom
chrisolof:4-support-nested-uls
Open

Support nested menus (nested uls)#50
chrisolof wants to merge 1 commit intoVPenkov:masterfrom
chrisolof:4-support-nested-uls

Conversation

@chrisolof
Copy link
Copy Markdown

Resolves #4.

I noticed in the less file a mix of tab and double-space indentation. Couldn't quite determine the predominate pattern so I went with double-space indentation.

@VPenkov
Copy link
Copy Markdown
Owner

VPenkov commented Jul 11, 2016

Chris, thank you for your contribution.
My intent is to use classes for lower-level menus instead of nested selectors.

I will be releasing a new version soon enough. Some of your code will be used and some will be somewhat refactored.

@jmvtrinidad
Copy link
Copy Markdown

Support for level 3 sub-menu will be awesome! 😄

@alexcamlo
Copy link
Copy Markdown

Hi,

Do you have an example of the index.html to work with this multi-level menu modification?
I have tried something like this but doesn't work

<li><a href="#">Shop</a>
    <ul>
        <li><a href="">hola1</a></li>
        <li><a href="">hola2</a></li>
        <li><a href="">hola3</a></li>
        <li><a href="">hola4</a></li>
        <li><a href="">hola5</a></li>
    </ul>
</li>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants