less-combiner

0.1.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    27
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    27
  • 0.1.1
    1

Package Sidebar

Install

npm i less-combiner

Weekly Downloads

17

Version

0.1.2

License

none

Last publish

Collaborators

  • jo.asakura