From 543d2219c455419ea25173156770780b1b1db019 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jun 2021 08:38:54 -0700 Subject: [PATCH] Remove a leftover sass:math module call (#34280) --- scss/mixins/_grid.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index f108b447b3..152d91413e 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -1,5 +1,3 @@ -@use "sass:math"; - /// Grid system // // Generate semantic grid columns with these mixins.