diff options
| author | Mark Otto <[email protected]> | 2021-06-17 08:38:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-17 18:38:54 +0300 |
| commit | 543d2219c455419ea25173156770780b1b1db019 (patch) | |
| tree | 63baaec76074140925135378990bfe69bbc69b78 | |
| parent | d62ba935ef2e1ee97a57b1b75090e50e86e0d140 (diff) | |
| download | bootstrap-543d2219c455419ea25173156770780b1b1db019.tar.xz bootstrap-543d2219c455419ea25173156770780b1b1db019.zip | |
Remove a leftover sass:math module call (#34280)
| -rw-r--r-- | scss/mixins/_grid.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index f108b447b..152d91413 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. |
