mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Update the divide() function
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
@mixin make-col($size: false, $columns: $grid-columns) {
|
||||
@if $size {
|
||||
flex: 0 0 auto;
|
||||
width: percentage(divide($size, $columns));
|
||||
width: divide(100%, divide($columns, $size));
|
||||
|
||||
} @else {
|
||||
flex: 1 1 0;
|
||||
|
Reference in New Issue
Block a user