chore: update comment about break point

close https://github.com/ant-design/ant-design/issues/27843
This commit is contained in:
偏右 2020-11-18 14:28:52 +08:00 committed by GitHub
parent 4aa06ca28b
commit fa7cb53239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;