Skip to content

Commit

Permalink
Fix typo in _grid.scss (twbs#39387)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin-shdw authored and romankupchak93 committed Jan 5, 2024
1 parent 2e36f6f commit 6a2b77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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} {
Expand Down

0 comments on commit 6a2b77a

Please sign in to comment.