Skip to content

Instantly share code, notes, and snippets.

@thedotmack
Created April 17, 2014 19:17
Show Gist options
  • Select an option

  • Save thedotmack/11005780 to your computer and use it in GitHub Desktop.

Select an option

Save thedotmack/11005780 to your computer and use it in GitHub Desktop.

Revisions

  1. thedotmack created this gist Apr 17, 2014.
    23 changes: 23 additions & 0 deletions Bootstrap Nav LESS Structure
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    nav {
    &.navbar {
    &.navbar-default {
    .navbar-header {
    .navbar-toggle {

    }
    .navbar-brand {

    }
    }
    .nav {
    &.navbar-nav {
    > li {
    > a {

    }
    }
    }
    }
    }
    }
    }