This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Description
I want to try to use this plugin along with less-plugin-glob, but seems that it's not working, no errors but the files are not actually imported, I have tried different ways, the same result
@import "npm://<my npm module>/**/*.less"
@import "npm://<my npm module>/**/*"
lessc --glob --npm-import <my entry file> <my output file>
lessc --npm-import --glob <my entry file> <my output file>
am I doing something wrong or just this plugin doesn't work with the other one