We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964331 commit 32555bcCopy full SHA for 32555bc
stylus/navbar.styl
@@ -321,12 +321,12 @@
321
//
322
// Declared after the navbar components to ensure more specificity on the margins.
323
324
-@media (min-width: $grid-float-breakpoint)
+@media (min-width $grid-float-breakpoint)
325
.navbar-left
326
- pull-left()
+ @extends .pull-left
327
328
.navbar-right
329
- pull-right();
+ @extends .pull-right
330
margin-right -($navbar-padding-horizontal)
331
332
~ .navbar-right
0 commit comments