Michal Moravec

Results 12 comments of Michal Moravec

ILess produces the same ouput as less.js 2.5.3... The latest less.js has this fixed. the bug was fixed in less.js in 2.6.0 (see https://raw.githubusercontent.com/less/less.js/master/CHANGELOG.md) This might be the less.js PR:...

I haven't looked deeply at the benchmarks yet, but I think that the main problem is in compiling the `extends`. If you can help with this I would really appreciate...

Thanks for your effort! The ILess code is direct port of Less.js (started at v1.6), which is now at 2.x version. I haven't looked at what has been changed in...

Chris, many thanks for your effort. The visitor implementation is a direct port of javascript version. I'm slowly working on updates to bring the 2.0 features to Iless and I'm...

I've created profile for bootstrap3 compilation. https://blackfire.io/profiles/946e4672-504e-4fac-8dab-869791ccd8a5/graph I will look at this closer.

Thanks for the report! Nothing in the nature evolves by itself. By change I mean evolution also, because I see that everything around me degrades in time (even my computer...

@mfdj: if you need less 2 features use can use iless... https://packagist.org/packages/mishal/iless

Several forks of this repo use namespaces (including mine). I tried to contact the author if its worth preparing the PR, but with no response.

Hi all, I've created a less parser using the oyejorge's code which supports the `:extend` syntax, compiles bootstrap3, generates sourcemaps and other stuff. Anyone is invited to cooperate! The repo:...