Upgrade Bootstrap to v5.3.3

This commit is contained in:
Will Faught
2024-04-06 18:03:24 -07:00
parent 0e0df96c29
commit 19283a9d6c
105 changed files with 311 additions and 302 deletions

View File

@@ -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.
@for $i from 1 through ($columns - 1) {
.g-start#{$infix}-#{$i} {