mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fix typo in _grid.scss (#39387)
This commit is contained in:
@@ -138,7 +138,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start with `1` because `0` is and invalid value.
|
// Start with `1` because `0` is an invalid value.
|
||||||
// Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.
|
// Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.
|
||||||
@for $i from 1 through ($columns - 1) {
|
@for $i from 1 through ($columns - 1) {
|
||||||
.g-start#{$infix}-#{$i} {
|
.g-start#{$infix}-#{$i} {
|
||||||
|
|||||||
Reference in New Issue
Block a user