Created
August 5, 2015 22:21
-
-
Save mortendk/ea7dfb70baa0afb3cd18 to your computer and use it in GitHub Desktop.
menu with first, last & count classes in twig Drupal8 template
How do I add a different class to the dropdown menu than the main ul
@penskyc Did you implement another class to drop down/ child menu ?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and yes this is an example for people that dont wanna use
li:first-child{ ... }
li:last-child{ ... }
li:nth-child(4n){...}