Simple Material Design
  • files
    • o.content
    • o.dialog
    • o.menu
    • o.page
    • material
    • material42
    • a.borders
    • a.color
    • a.header
    • a.measurement
    • a.paper
    • a.typography
    • a.whitespace
    • b.color
    • b.measurement
    • b.paper-shadow
    • b.z-index
    • e.color
    • e.measurement
    • e.owl
    • e.ripple
    • m.actions
    • m.content
    • m.dialog
    • m.icon-font__42tiles
    • m.icon-font__font-awesome
    • m.menu
    • layout

Menu

I'd like to use the actual menu element. And my current apps are to have a permanent side-menu.

body > menu,
.body > menu {
    @extend %m__menu;

    > li {
        @extend %m__menu--item;

        > a {
            @extend %m__menu--cta;
        }
    }
}