Compile with responsive-gutter=true from the responsive-gutter-fix pull request and look at the output.
the Issue could be somewhere in the getGutterValueMethod.
You do:
value = settings.responsiveGutter ? (value / Math.floor(referenceWidth)) * 100 : value;
But thereferenceWidth is NaN when it comes in.