diff --git a/components/01_Layouts/flexRow/_flexRow.scss b/components/01_Layouts/flexRow/_flexRow.scss index ef61706..8d9ae18 100644 --- a/components/01_Layouts/flexRow/_flexRow.scss +++ b/components/01_Layouts/flexRow/_flexRow.scss @@ -28,6 +28,14 @@ */ @mixin RV-FlexRow__Container--breakPoint($-localBreakPoint: 500px, $-mediaBreakPoint: null) { flex-wrap: wrap; + @include RV-Reset; + gap: 0px; + + @include RV-Utils__Hook--throw(('breakPoint': $-localBreakPoint), + 'RV-Spacing__Inner--small', + 'RV-Spacing__Inner--medium', + 'RV-Spacing__Inner--large' + ); * { flex-basis: calc(#{$-localBreakPoint} * 999 - 100% * 999);