aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/variables.less2
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;