twbs / bootstrap-sass

Official Sass port of Bootstrap 2 and 3.
http://getbootstrap.com/css/#sass
MIT License
12.59k stars 3.53k forks source link

Wrong use of Math.div. Breaks compilation #1227

Closed Eseperio closed 2 years ago

Eseperio commented 2 years ago

Math.div requires 2 params.

https://github.com/twbs/bootstrap-sass/blob/6b0ca5025c64f2e5696c8719cfce7148c78d0a50/assets/stylesheets/bootstrap/_variables.scss#L338

Eseperio commented 2 years ago

Nevermind. This happens in 3.4.2 but looks like resolved. $grid-float-breakpoint-max: math.div($grid-float-breakpoint - 1) !default;