Package Exports
- @lunelson/sass-m
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-m) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sass-m

A Sass Media-query and Media-scoped variable management system.
# in terminal, in project dir
npm install --save @lunelson/sass-m
# ...and the peerDependencies
npm install --save @lunelson/sass-throw @lunelson/sass-maps-plus @lunelson/sass-calc @lunelson/sass-u// in root sass file, assuming 'node_modules' is in Sass' search path
@import '@lunelson/sass-throw/index';
@import '@lunelson/sass-maps-plus/index';
@import '@lunelson/sass-calc/index';
@import '@lunelson/sass-u/index';
@import '@lunelson/sass-m/index';