diff options
| author | Chris Rebert <[email protected]> | 2014-03-04 16:21:17 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-04 16:21:17 -0800 |
| commit | 9dae5368f54a9a5a36849d19350a9109224ad542 (patch) | |
| tree | 07b5b19f310c4c3864e40c7d77b0357bf92112e0 | |
| parent | 13ed379767d19040c98fc23bd9b5cdb84e66474b (diff) | |
| download | bootstrap-9dae5368f54a9a5a36849d19350a9109224ad542.tar.xz bootstrap-9dae5368f54a9a5a36849d19350a9109224ad542.zip | |
use full version number in deprecation note
| -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 9e372f2b0..8cb951740 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; |
