Skip to content

Commit

Permalink
Fix typo in _grid.scss (#39387)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin-shdw committed Nov 10, 2023
1 parent a4d2f59 commit 8a965ca
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 8a965ca

Please sign in to comment.