From fa7cb532392e64acb1de8dc3003550058e35267f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 18 Nov 2020 14:28:52 +0800 Subject: [PATCH] chore: update comment about break point close https://github.com/ant-design/ant-design/issues/27843 --- components/style/themes/default.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 142adde6ff..d96ac83a2b 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -275,11 +275,13 @@ @radio-wrapper-margin-right: 8px; // Media queries breakpoints -// Extra small screen / phone +// @screen-xs and @screen-xs-min is not used in Grid +// smallest break point is @screen-md @screen-xs: 480px; @screen-xs-min: @screen-xs; +// 👆 Extra small screen / phone -// Small screen / tablet +// 👇 Small screen / tablet @screen-sm: 576px; @screen-sm-min: @screen-sm;