]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Replace `/` division with multiplication and custom `divide()` function (#34245)
authorMark Otto <markd.otto@gmail.com>
Mon, 14 Jun 2021 16:35:30 +0000 (09:35 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 16:35:30 +0000 (09:35 -0700)
commitbe17444756c48e3a892c36507f859cd841bd8c1f
tree0fae73c54f82eda6321bea3e759cc184690710e9
parente9da490e510298086e93fe829949a67657443be5
Replace `/` division with multiplication and custom `divide()` function (#34245)

* Convert bulk of division to multiplication

* Use custom divide() function instead of Dart Sass math module for greater compatibility

* Apply suggestions from code review

* Fix functions
15 files changed:
scss/_card.scss
scss/_carousel.scss
scss/_functions.scss
scss/_images.scss
scss/_modal.scss
scss/_offcanvas.scss
scss/_popover.scss
scss/_toasts.scss
scss/_tooltip.scss
scss/_variables.scss
scss/forms/_form-check.scss
scss/forms/_form-range.scss
scss/mixins/_grid.scss
site/assets/scss/_component-examples.scss
site/assets/scss/_navbar.scss