Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 597 Bytes

LESS Combiner

LESS Combiner is a little helper to aggregate all your LESS and CSS files in to a singular file that can be compiled to CSS during a build process using grunt or another tool. It also handles utf8 and BOM problems for you.

Example:

lessCombiner.combine({
    paths: ['./less/', './more-less/', './3rd-party-css/'],
    outputFileName: './build/style.less'
});

Author

Alexander Marinenko

Copyright and license

MIT