fix: 500px 모드 warning 제거거
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
$container-max-widths: (
|
$container-max-widths: (
|
||||||
sm: 500px,
|
|
||||||
md: 500px,
|
md: 500px,
|
||||||
lg: 1020px,
|
lg: 1020px,
|
||||||
xl: 1140px,
|
xl: 1140px,
|
||||||
xxl: 1320px
|
xxl: 1320px
|
||||||
) !default;
|
);
|
||||||
|
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
xs: 0,
|
xs: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user