diff options
| author | Mark Otto <[email protected]> | 2014-03-04 16:19:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 16:19:30 -0800 |
| commit | 13ed379767d19040c98fc23bd9b5cdb84e66474b (patch) | |
| tree | 97083ab4aee9f89cee381c8cd9ee281829e981a9 | |
| parent | e418377b119cbe8604370adcc17ab3de76b2a415 (diff) | |
| download | bootstrap-13ed379767d19040c98fc23bd9b5cdb84e66474b.tar.xz bootstrap-13ed379767d19040c98fc23bd9b5cdb84e66474b.zip | |
clarify deprecation /cc @cvrebert
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index b58417e98..9e372f2b0 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 +// 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; |
