]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
only do it for non-flex version 19104/head
authorMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:02:39 +0000 (20:02 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:02:39 +0000 (20:02 -0800)
scss/_type.scss

index f29ef493d60531ba618a43bdad84d43084b4a2bd..1075757795d4d0b70edaff12d12d8c9052630bb6 100644 (file)
@@ -138,11 +138,13 @@ mark,
   }
 }
 
-// Clean up some horizontal `<dl>`s built with grids
-// scss-lint:disable QualifyingElement
-dl.row {
-  > dd + dt {
-    clear: left;
+@if not $enable-flex {
+  // Clean up some horizontal `<dl>`s built with grids
+  // scss-lint:disable QualifyingElement
+  dl.row {
+    > dd + dt {
+      clear: left;
+    }
   }
+  // scss-lint:enable QualifyingElement
 }
-// scss-lint:enable QualifyingElement