From db07fb35e06fc1a2379393bb984963d8d0815614 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 5 Dec 2021 20:32:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20500px=20=EB=AA=A8=EB=93=9C=20warning=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/break_500px.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hwe/scss/break_500px.scss b/hwe/scss/break_500px.scss index abcbe6e7..5279b63a 100644 --- a/hwe/scss/break_500px.scss +++ b/hwe/scss/break_500px.scss @@ -1,10 +1,9 @@ $container-max-widths: ( - sm: 500px, md: 500px, lg: 1020px, xl: 1140px, xxl: 1320px - ) !default; + ); $grid-breakpoints: ( xs: 0,