diff options
| author | Mark Otto <[email protected]> | 2014-03-04 16:56:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 16:56:09 -0800 |
| commit | 7ffb90560e148e4c6818654e268252f81da9f5a0 (patch) | |
| tree | 39a1c3de8426f8a165956c0cb4a7ebc49fa276af | |
| parent | 24de9b099438c09236b2066333744e3995cd88ab (diff) | |
| parent | 9dae5368f54a9a5a36849d19350a9109224ad542 (diff) | |
| download | bootstrap-7ffb90560e148e4c6818654e268252f81da9f5a0.tar.xz bootstrap-7ffb90560e148e4c6818654e268252f81da9f5a0.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -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; |
