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

Description
The only way I could find to reference a package that contains a less file is to use something like @import '../../jspm_packages/github/distros/bootstrap-less@3.3.9/bootstrap/index.less'. Which is obviously going to easily end up in a maintenance nightmare down the road.
The import statement in the typescript plugin for example properly resolves the package, without any version information attached, unless the paths start with . or ...
Is there a way to specify the paths in a similar fashion with this plugin, e.g. @import 'bootstrap-less/bootstrap/index.less? Thanks.