Spacing doesn't work with row/column gap?

Hi there,

I’m trying out the Spacing generating thing but when I use the generated spacing on the ‘row-gap’ or ‘column-gap’ it says ‘Invalid property value’.

so… then what is the benefit of using this system if you can’t use it for spacing?
I’m not sure if this is a bug or if this is an oversight because if we can only use this for spacing in margin/padding fields then it’s not very useful..

This is the spacing it generated:

clamp(2.5rem, calc(0.007407407407407408 * (100vw - 22.5rem) + 2.5rem), 3rem)

{C1059EA5-2536-41C5-A5BC-9F15D5F8B015}

Is that a pipe symbol at the end of your variable name? Maybe try to remove that, I think that’s not allowed in a variable name

Thanks for your response, i actually missed that, the weird thing is that this is a spacing generated by the generator…
I’ve now regenerated the spacing again and now it seems to work fine.

Thanks!