richthegeek / phpsass

A compiler for SASS/SCSS written in PHP, brought up to date (approx 3.2) from a fork of PHamlP: http://code.google.com/p/phamlp/
http://phpsass.com/
382 stars 83 forks source link

Infinite loop when compiling Foundation 4 #121

Closed michaelsauter closed 10 years ago

michaelsauter commented 11 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?!

RobertinoValue commented 11 years ago

Removed. I guess that I wasted my time yet again.