]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
re-deprecate @screen-xs-min per #12913
authorChris Rebert <github@rebertia.com>
Tue, 1 Apr 2014 19:49:52 +0000 (12:49 -0700)
committerChris Rebert <github@rebertia.com>
Tue, 1 Apr 2014 19:49:52 +0000 (12:49 -0700)
By definition, XS screens have no minimum size, only a maximum size.
(Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.)

less/variables.less

index cdc1ba88138df0dbafe3f51c8f0a68750fb30d13..feaaa72d9f8486307d1ef2f434ac6e89de5285cc 100644 (file)
 
 // Extra small screen / phone
 // Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
+// Note: Deprecated @screen-xs-min as of v3.2.0
 @screen-xs:                  480px;
 @screen-xs-min:              @screen-xs;
 @screen-phone:               @screen-xs-min;