aboutsummaryrefslogtreecommitdiff
path: root/scss/_grid.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 11:48:28 -0800
committerMark Otto <[email protected]>2016-02-06 11:48:28 -0800
commit15018a6d8a01bbf92f172ba5ef07299999674d61 (patch)
treebfa13b5557c27c5da2e7ea88bf25f62eab08d699 /scss/_grid.scss
parent50e854affad315c0abcef6c6c58106f224ed52a8 (diff)
downloadbootstrap-15018a6d8a01bbf92f172ba5ef07299999674d61.tar.xz
bootstrap-15018a6d8a01bbf92f172ba5ef07299999674d61.zip
Ugh, Sass doesn't do extends across media, so we can't use placeholder here
Diffstat (limited to 'scss/_grid.scss')
-rw-r--r--scss/_grid.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss
index 6da25b122..24cf74dda 100644
--- a/scss/_grid.scss
+++ b/scss/_grid.scss
@@ -30,23 +30,10 @@
}
}
-
// Columns
//
// Common styles for small and large grid columns
@if $enable-grid-classes {
- [class^="col"] {
- position: relative;
- min-height: 1px;
- padding-right: ($grid-gutter-width / 2);
- padding-left: ($grid-gutter-width / 2);
- //
- // // Allow `.col` to use an automatic, even width when flex mode is enabled
- // @if $enable-flex {
- // flex: 1;
- // }
- }
-
@include make-grid-columns();
}