]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use full version number in deprecation note
authorChris Rebert <github@rebertia.com>
Wed, 5 Mar 2014 00:21:17 +0000 (16:21 -0800)
committerChris Rebert <github@rebertia.com>
Wed, 5 Mar 2014 00:21:17 +0000 (16:21 -0800)
less/variables.less

index 9e372f2b0afa0d643bf4ee2a865df2aa5a415ccb..8cb95174048f3d533c487e5dc2b87269f6144406 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, and @screen-xs-min as of v3.2
+// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1, and @screen-xs-min as of v3.2.0
 @screen-xs:                  480px;
 @screen-xs-min:              @screen-xs;
 @screen-phone:               @screen-xs-min;