Created by: JanSargsyan
This PR fixes #32658 (closed)
There was an issue with when I have set custom gutter as it was only taking default value (0.75rem) in the container as the var was missing. Fixed by replacing default value for parameter on make-container mixin as well as added declaration for variable as it was missing. Row was fully working however the container wasn't.
Solution by @jeremyvii (#33199) has not taken custom gutter but only the default gutter variable.