mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Revamp some docs layout
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
@each $breakpoint in map.keys($breakpoints) {
|
||||
$infix: breakpoint-infix($breakpoint, $breakpoints);
|
||||
$infix: if($infix == "", "", "-" + $infix);
|
||||
|
||||
@include media-breakpoint-up($breakpoint, $breakpoints) {
|
||||
@if $grid-columns > 0 {
|
||||
@@ -79,7 +80,11 @@
|
||||
.grid-cols-4 {
|
||||
--#{$prefix}columns: 4;
|
||||
}
|
||||
.grid-cols-5 {
|
||||
--#{$prefix}columns: 5;
|
||||
}
|
||||
.grid-cols-6 {
|
||||
--#{$prefix}columns: 6;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user