Less compiler outdated
jvdh opened this issue · 5 comments
jvdh commented
The included lessphp compiler is outdated and unable to parse .less files that use the latest less functions resulting in errors. It's creator isn't actively developming it anymore (see leafo/lessphp#503 (comment)). Maybe switch to https://github.com/oyejorge/less.php which follow less.js development more closely?
bezumkin commented
Agreed!
Stann0rz commented
+1
jvdh commented
Bump
Is there any active development going on with Munee?
jvdh commented
I'll close this issue as there has been no comment or any active development.
mac2000 commented
Seems that issue still here, just tried munee on new project and immediately got an error:
Compilation Error: Error in LESS Compiler
parse error: failed at `.size(@width; @height) {` bower_components/bootstrap/less/mixins.less on line 47
So is there way I can use other less compiler with munee or some other hacky trick to get it working?