Package Exports
- @lunelson/sass-u
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lunelson/sass-u) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sass-u
"U" = my utilities, but also my learnings 😉 ...use at own risk.
# in terminal, in project dir
npm install --save @lunelson/sass-u
# ...and the peerDependency ;)
npm install --save @lunelson/sass-throw// in sass file, assuming 'node_modules' is in Sass' search path
@import '@lunelson/sass-throw/index';
@import '@lunelson/sass-u/index';