mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
chore: update comment about break point
close https://github.com/ant-design/ant-design/issues/27843
This commit is contained in:
parent
4aa06ca28b
commit
fa7cb53239
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user