Open JoeHana opened 9 years ago
This would make it easier to hide affected menus at certain breakpoints with only CSS, without the need to specifically target them:
.tinynav + menu {display: none;}
This is especially useful if tinynav gets used for multiple menus on a site and/or if not all menus act the same on all breakpoints.
This would make it easier to hide affected menus at certain breakpoints with only CSS, without the need to specifically target them:
This is especially useful if tinynav gets used for multiple menus on a site and/or if not all menus act the same on all breakpoints.