importless
v0.1.4
Published
Find stylesheet files (css and less) and strip away the @imported ones
Downloads
4
Readme
importless
Get .less/.css files from directory without @imports for automatic stylesheet dependency tracking.
Getting Started
Install the module with: npm install less-detect
var importless = require('importless'),
files = importless.detectDependencies();
License
Copyright (c) 2012 David Pfahler
Licensed under the MIT license.