I'm running Grunt to compile some SCSS and whenever I include a border radius
@include border-radius(50%);
it throws this error
SystemStackError on line ["160"] of C: stack level too deep
I'm running [email protected] and [email protected]
Does anyone have any idea why?
Thanks