2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

only do it for non-flex version

This commit is contained in:
Mark Otto
2016-02-06 20:02:39 -08:00
parent ccf971d860
commit eee0a685a4
+6 -4
View File
@@ -138,11 +138,13 @@ mark,
} }
} }
// Clean up some horizontal `<dl>`s built with grids @if not $enable-flex {
// scss-lint:disable QualifyingElement // Clean up some horizontal `<dl>`s built with grids
dl.row { // scss-lint:disable QualifyingElement
dl.row {
> dd + dt { > dd + dt {
clear: left; clear: left;
} }
}
// scss-lint:enable QualifyingElement
} }
// scss-lint:enable QualifyingElement