Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 23, 2024
1 parent 6e2eda2 commit 2a5350d
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 @@ -3,7 +3,7 @@
// Generate semantic grid columns with these mixins.

@mixin make-row($gutter: $grid-gutter-width) {
// OUDS mod: définition of this variable is handled differently, see below.
// OUDS mod: definition of this variable is handled differently, see below.
--#{$prefix}gutter-y: 0;
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 2a5350d

Please sign in to comment.