]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify deprecation /cc @cvrebert
authorMark Otto <otto@github.com>
Wed, 5 Mar 2014 00:19:30 +0000 (16:19 -0800)
committerMark Otto <otto@github.com>
Wed, 5 Mar 2014 00:19:30 +0000 (16:19 -0800)
less/variables.less

index b58417e9826a152ec6352626ebf7744a2171a947..9e372f2b0afa0d643bf4ee2a865df2aa5a415ccb 100644 (file)
 //## 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;