leafo / lessphp

LESS compiler written in PHP
http://leafo.net/lessphp
Other
2.2k stars 529 forks source link

v0.5.0 does not compile what it did in v0.4.0 #577

Open ohaag opened 9 years ago

ohaag commented 9 years ago

Since the release of v0.5.0, I've got an error during compilation of some code.

I've nothing really workable except this error printed during an "assetic:dump" on Symfony2.

[Exception] variable @tableBorder is undefined: failed at mport "modules/dropdowns.less"; line: 48

I checked my code and the missing "i" in "mport "modules/dropdowns.less";" is not missing.

Sorry for this low accuracy.

Langmans commented 9 years ago

Same here. Seems like it doesn't pick up any variables.

ngodfraind commented 9 years ago

Same here.