From 47bef3c6a03cd30e06edfa2737ce6c7ab3dbe44c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Sep 2014 21:56:27 -0700 Subject: more media query mixins --- less/_dropdown.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/_dropdown.less') diff --git a/less/_dropdown.less b/less/_dropdown.less index 6ccd7566c..a4bd721e4 100644 --- a/less/_dropdown.less +++ b/less/_dropdown.less @@ -192,7 +192,7 @@ // // Reiterate per navbar.less and the modified component alignment there. -@media (min-width: @grid-float-breakpoint) { +.media-sm({ .navbar-right { .dropdown-menu { .dropdown-menu-right(); @@ -203,4 +203,4 @@ .dropdown-menu-left(); } } -} +}); -- cgit v1.2.3