oyejorge / less.php

less.js ported to PHP.
http://lessphp.typesettercms.com
Apache License 2.0
657 stars 2 forks source link

Support file globbing for @imports #349

Open jcsmorais opened 7 years ago

jcsmorais commented 7 years ago

See https://github.com/less/less.js/issues/1181 for additional details, such feature has been implemented on node side by https://github.com/just-boris/less-plugin-glob, it would be super useful to have it available within less.php too.

E.g.:

@import "mixins/*.less";
@import "components/**/*.less";