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

Combine Less Files #109

Closed ramachandranv closed 2 years ago

ramachandranv commented 8 years ago

Is there a way to combine all less files to a single file. Or is there any plugin to do this.

thom4parisot commented 8 years ago

Well, the easiest way would be to do that either via another plugin (eg: merge-minify-refresh or by importing Less files into a single sheet:

@import 'a.less';
@import 'b.less';
pixelbart commented 2 years ago

Closed, due to age. If the problem persists, please reopen the issue.