Closed michaelsauter closed 10 years ago
I get an infinite loop when trying to compile Foundation 4. The problem is caused in the forms component of Foundation when it tries to add some glowing effect on focus.
The actual error happens in the mixin in https://github.com/zurb/foundation/blob/master/scss/foundation/components/_global.scss#L127. Line 129 and 130 cause the problem. However, I have no idea why as it doesn't seem to call other things to compile.
I've "solved" the problem by not using the glowing effect, but I wonder what makes phpsass break on these lines?!
Removed. I guess that I wasted my time yet again.
I get an infinite loop when trying to compile Foundation 4. The problem is caused in the forms component of Foundation when it tries to add some glowing effect on focus.
The actual error happens in the mixin in https://github.com/zurb/foundation/blob/master/scss/foundation/components/_global.scss#L127. Line 129 and 130 cause the problem. However, I have no idea why as it doesn't seem to call other things to compile.
I've "solved" the problem by not using the glowing effect, but I wonder what makes phpsass break on these lines?!