less-plugin-rewrite-import
Adds the ability for less to rewrite import statement
lessc usage
Install with npm
npm install -g less-plugin-rewrite-import
Options:
paths - default: {}
Programmatic usage
var RewriteImportPlugin = options = plugins: paths: "old/path": "new/path" { return "newest/path"; } ) ;less
Browser usage
Browser usage is not supported.
Testing
run the tests by running node test
You require the dev dependencies installed (which includes less)