Col: fix the responsive bug caused by 'xs' variable (#13468)

This commit is contained in:
Aleko 2018-11-21 14:46:28 +08:00 committed by hetech
parent 94833532d8
commit 48821cffcd

View File

@ -691,7 +691,7 @@ $--lg: 1200px !default;
$--xl: 1920px !default;
$--breakpoints: (
'xs' : (max-width: $--sm),
'xs' : (max-width: $--sm - 1),
'sm' : (min-width: $--sm),
'md' : (min-width: $--md),
'lg' : (min-width: $--lg),