From: Mark Otto Date: Thu, 17 Jun 2021 15:38:54 +0000 (-0700) Subject: Remove a leftover sass:math module call (#34280) X-Git-Tag: v5.0.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543d2219c455419ea25173156770780b1b1db019;p=thirdparty%2Fbootstrap.git Remove a leftover sass:math module call (#34280) --- 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.