From: Chris Rebert Date: Wed, 5 Mar 2014 00:21:17 +0000 (-0800) Subject: use full version number in deprecation note X-Git-Tag: v3.2.0~438^2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dae5368f54a9a5a36849d19350a9109224ad542;p=thirdparty%2Fbootstrap.git use full version number in deprecation note --- diff --git a/less/variables.less b/less/variables.less index 9e372f2b0a..8cb9517404 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, 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;