2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Ugh, Sass doesn't do extends across media, so we can't use placeholder here

This commit is contained in:
Mark Otto
2016-02-06 11:48:28 -08:00
parent 50e854affa
commit 15018a6d8a
3 changed files with 5 additions and 21 deletions
-13
View File
@@ -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();
}