Created
May 13, 2014 15:40
-
-
Save mezis/ca1c7e99626b8b6cccd0 to your computer and use it in GitHub Desktop.
Revisions
-
mezis created this gist
May 13, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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