Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested menus (nested uls) #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrisolof
Copy link

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
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

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

@thewinger
Copy link

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