aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-21 12:26:20 -0700
committerChris Rebert <[email protected]>2013-08-21 12:26:20 -0700
commit22ce6499102c2ab87bbd8a303b5d26531c6e7df2 (patch)
treec0e3802836d86e06e55d2342a059b61a8e79f446 /less/grid.less
parentc429fd1a3c2bb3f08c031d37050b2e83186d8b16 (diff)
downloadbootstrap-22ce6499102c2ab87bbd8a303b5d26531c6e7df2.tar.xz
bootstrap-22ce6499102c2ab87bbd8a303b5d26531c6e7df2.zip
deprecate @screen-{phone,tablet,desktop} vars
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/grid.less b/less/grid.less
index 44e38994e..d3a3cf6bc 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -114,7 +114,7 @@
// Note that `.col-sm-12` doesn't get floated on purpose—there's no need since
// it's full-width.
-@media (min-width: @screen-tablet) {
+@media (min-width: @screen-sm) {
.container {
max-width: @container-tablet;
}
@@ -192,7 +192,7 @@
// Note that `.col-md-12` doesn't get floated on purpose—there's no need since
// it's full-width.
-@media (min-width: @screen-desktop) {
+@media (min-width: @screen-md) {
.container {
max-width: @container-desktop;
}