Remove navbar align

This commit is contained in:
Martijn Cuppens 2018-03-14 18:49:04 +01:00 committed by Mark Otto
parent 185666fd79
commit 12708d329a
2 changed files with 0 additions and 11 deletions

View File

@ -36,7 +36,6 @@
// // Layout
@import "mixins/clearfix";
// @import "mixins/navbar-align";
@import "mixins/grid-framework";
@import "mixins/grid";
@import "mixins/float";

View File

@ -1,10 +0,0 @@
// Navbar vertical align
//
// Vertically center elements in the navbar.
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
// to calculate the appropriate top margin.
// @mixin navbar-vertical-align($element-height) {
// margin-top: (($navbar-height - $element-height) / 2);
// margin-bottom: (($navbar-height - $element-height) / 2);
// }