From 2a5350df696331150300a49fdcaa7f8638ffe15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Wed, 23 Oct 2024 13:18:07 +0200 Subject: [PATCH] Typo --- scss/mixins/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index d48b2bfd79..371e7b43b3 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -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;