less-imports
v1.1.0
Published
Simple utility which recursively finds all the files which are @import-ed by a LESS file.
Downloads
3
Maintainers
Readme
node-less-imports
Simple utility which recursively finds all the files which are @import-ed by a LESS file.
Usage
var lessImports = require('less-imports');
var filePaths = lessImports.findImports('/less1.less');