mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
parent
4853c5b527
commit
9d0097013a
@ -35,9 +35,11 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@for $i from 1 through $grid-row-columns {
|
@if $grid-row-columns > 0 {
|
||||||
.row-cols#{$infix}-#{$i} {
|
@for $i from 1 through $grid-row-columns {
|
||||||
@include row-cols($i);
|
.row-cols#{$infix}-#{$i} {
|
||||||
|
@include row-cols($i);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user