Skip to content

Instantly share code, notes, and snippets.

@mezis
Created May 13, 2014 15:40
Show Gist options
  • Select an option

  • Save mezis/ca1c7e99626b8b6cccd0 to your computer and use it in GitHub Desktop.

Select an option

Save mezis/ca1c7e99626b8b6cccd0 to your computer and use it in GitHub Desktop.

Revisions

  1. mezis created this gist May 13, 2014.
    11 changes: 11 additions & 0 deletions nav.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <nav class="ht-navbar">
    <div>
    <a>Brand</a>
    </div>
    <div>
    <ul>
    <li><a>First tab</a></li>
    <li><a>Second tab</a></li>
    </ul>
    </div>
    </nav>
    12 changes: 12 additions & 0 deletions nav.sass
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    .ht-navbar
    @extend .navbar
    @extend .navbar-default
    > div::first-child
    @extend .navbar-header
    > a
    @extend .navbar-brand
    > div::last-child
    @extend .container-fluid
    > ul
    @extend .nav
    @extend .navbar-nav