mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 08:10:47 +02:00
Cleanup
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
This commit is contained in:
@@ -168,18 +168,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
$row-columns: 6 !default;
|
||||
|
||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
||||
|
||||
@for $i from 1 through $row-columns {
|
||||
.row-cols#{$infix}-#{$i} > [class^="col"] {
|
||||
flex: 0 0 calc(100% / #{$i});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Card groups
|
||||
|
Reference in New Issue
Block a user