sass-jspm-importer
This package provides a sass importer function that uses jspm to resolve paths.
Usage
Gulp Task
var sassJspm = ; gulp;
Where /lib/
is the path to your jspm_packages
folder in your document root.
In Sass
// do fun stuff with font-awesome !
The jspm:
-prefixed imports will be handled by the custom importer.
Please note that the jspm:
prefix is just there to indicate that you want this import resolved through jspm, it's not refering to the jspm registry.