From: Mark Otto Date: Wed, 5 Mar 2014 00:19:30 +0000 (-0800) Subject: clarify deprecation /cc @cvrebert X-Git-Tag: v3.2.0~438^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13ed379767d19040c98fc23bd9b5cdb84e66474b;p=thirdparty%2Fbootstrap.git clarify deprecation /cc @cvrebert --- diff --git a/less/variables.less b/less/variables.less index b58417e982..9e372f2b0a 100644 --- a/less/variables.less +++ b/less/variables.less @@ -257,7 +257,7 @@ //## Define the breakpoints at which your layout will change, adapting to different screen sizes. // Extra small screen / phone -// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1 +// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1, and @screen-xs-min as of v3.2 @screen-xs: 480px; @screen-xs-min: @screen-xs; @screen-phone: @screen-xs-min;