diff options
| author | Edwin <[email protected]> | 2023-11-10 11:51:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-10 11:51:55 +0100 |
| commit | 8a965cadf80ed05d16dfe68a35f244cc5698ea8f (patch) | |
| tree | 9759d94b61b75904b6db468332686e7d64b4bdf6 /scss | |
| parent | a4d2f597029cb36169bb2e20252317198cdd988d (diff) | |
| download | bootstrap-8a965cadf80ed05d16dfe68a35f244cc5698ea8f.tar.xz bootstrap-8a965cadf80ed05d16dfe68a35f244cc5698ea8f.zip | |
Fix typo in `_grid.scss` (#39387)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index 99b1e7dea..ea3073994 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -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} { |
