aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 0880145e0..cb4a035fc 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -137,14 +137,3 @@ mark,
content: "\00A0 \2014"; // nbsp, em dash
}
}
-
-@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
-}