1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 20:02:34 +02: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

View File

@@ -138,6 +138,7 @@ mark,
}
}
@if not $enable-flex {
// Clean up some horizontal `<dl>`s built with grids
// scss-lint:disable QualifyingElement
dl.row {
@@ -146,3 +147,4 @@ dl.row {
}
}
// scss-lint:enable QualifyingElement
}