Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 608 Bytes

importless Build Status

Get .less/.css files from directory without @imports for automatic stylesheet dependency tracking.

Getting Started

Install the module with: npm install importless

var importless = require('importless'),
    files = importless.detectDependencies();

If you have any questions, or want to talk, feel free to join our chatroom.

License

Copyright (c) 2012 David Pfahler Licensed under the MIT license.