You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
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/[email protected]/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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/[email protected]/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.The text was updated successfully, but these errors were encountered: