From 62c743cb634f5b2f24be403830343493fac68e56 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 3 Mar 2022 19:41:36 +0000 Subject: [PATCH] Remove unused classes --- assets/scss/grid.scss | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/assets/scss/grid.scss b/assets/scss/grid.scss index a0eddca..4b0491b 100644 --- a/assets/scss/grid.scss +++ b/assets/scss/grid.scss @@ -67,24 +67,6 @@ } } - &.align-items--flex-start { - align-items: flex-start; - } - - .grow { - flex-grow: 1; - } - - .do-not-shrink { - flex-shrink: 0; - } - - .do-not-overflow { - min-width: 0; - flex-shrink: 1; - max-width: 100%; - } - .full-width { width: 100%; } @@ -101,7 +83,7 @@ main.main { min-height: 100vh; align-items: flex-start; padding: 0 15px; - column-gap: var(--section-separation); + gap: var(--section-separation); @include respond(md) { padding: 0 20px;