Hi Guys,
Basically, the above code (see link) does work but it does not work when run though the webpack sass-loader (whatever compiler that uses, libsass I think).
For some reason, the webpack build seems to be cacheing my grid size interpolation so ‘sm, md, lg’ are just ‘na’.
So ‘grid-i-20-sm’ does not exist but ‘grid-i-20-na’ does exist within the breakpoint ‘sm’ should be.
A right pain at this point in the project for me, I have just spend far too long implementing webpack, don’t really need stupid shit like this going on.
If anyone could help me that would be ace, really not sure what else to do bar compiling the SASS in codepen and pasting it back into the project. Frustrating to say the least.
Regards,
Nick