Skip to content

Commit

Permalink
re-deprecate @screen-xs-min per #12913
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
cvrebert committed Apr 1, 2014
1 parent 8c95ff7 commit f9e98a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@

// 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;
Expand Down

0 comments on commit f9e98a1

Please sign in to comment.