From 22ce6499102c2ab87bbd8a303b5d26531c6e7df2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 21 Aug 2013 12:26:20 -0700 Subject: deprecate @screen-{phone,tablet,desktop} vars --- less/grid.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/grid.less') 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; } -- cgit v1.2.3