thom4parisot / wp-less

WordPress plugin which seemlessly compiles, caches and rebuilds your LESS stylesheets.
https://wordpress.org/plugins/wp-less/
88 stars 40 forks source link

Change default compiler to oyejorge/less.php #90

Closed pravdomil closed 9 years ago

pravdomil commented 9 years ago

Since the https://github.com/oyejorge/less.php compiler is more up to date and it's offical port for Less, I would recommend to use like a default one.

For example it supports passing ruleset into mixins:

.mixin( { a: b; } );

And also http://lesscss.org/functions/#misc-functions-data-uri

thom4parisot commented 9 years ago

:+1: thank you very much :-)