neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Problem with version 3.0.3 twitter bootstrap #20

Closed sergiohermes closed 10 years ago

sergiohermes commented 10 years ago

Fatal error: Uncaught exception 'Exception' with message 'parse error: failed at &:extend(.clearfix all); /path/vendor/twitter/bootstrap/less/mixins.less on line 601' in path/vendor/neilime/lessphp/lessc.inc.php on line 3522

"path" is the path of my application

seems to me that the class "less.inc.php" can not understand the new parameter "&: extend (. clearfix all);" file located in mixins.less twb

How can I solve this?

neilime commented 10 years ago

This is a bug with lessphp, https://github.com/leafo/lessphp/issues/503