aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-11-29 11:37:06 +0100
committerZlatan Vasović <[email protected]>2013-11-29 11:37:06 +0100
commit702ad4c3025c8db0ec482e5eccd339cf1e6c2a5a (patch)
tree299ffac6f98b038890606d4668c63d7b4ad033a9 /less/grid.less
parent08e41d769a5fc34b60a307721dacc34eb36f1a1c (diff)
downloadbootstrap-702ad4c3025c8db0ec482e5eccd339cf1e6c2a5a.tar.xz
bootstrap-702ad4c3025c8db0ec482e5eccd339cf1e6c2a5a.zip
Remove redundant comments
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less12
1 files changed, 0 insertions, 12 deletions
diff --git a/less/grid.less b/less/grid.less
index 329f68bd3..e1f134e6d 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -30,9 +30,6 @@
//
// Grid classes for extra small devices like smartphones. No offset, push, or
// pull classes are present here due to the size of the target.
-//
-// Note that `.col-xs-12` doesn't get floated on purpose--there's no need since
-// it's full-width.
.make-grid-columns-float(xs);
.make-grid(@grid-columns, xs, width);
@@ -45,9 +42,6 @@
//
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.
-//
-// Note that `.col-sm-12` doesn't get floated on purpose--there's no need since
-// it's full-width.
@media (min-width: @screen-sm-min) {
.make-grid-columns-float(sm);
@@ -61,9 +55,6 @@
// Medium grid
//
// Columns, offsets, pushes, and pulls for the desktop device range.
-//
-// Note that `.col-md-12` doesn't get floated on purpose--there's no need since
-// it's full-width.
@media (min-width: @screen-md-min) {
.make-grid-columns-float(md);
@@ -77,9 +68,6 @@
// Large grid
//
// Columns, offsets, pushes, and pulls for the large desktop device range.
-//
-// Note that `.col-lg-12` doesn't get floated on purpose--there's no need since
-// it's full-width.
@media (min-width: @screen-lg-min) {
.make-grid-columns-float(lg);