JSPM

@lunelson/sass-u

0.11.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q86090F
  • License MIT

Collected Sass utility functions

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

npm published v Build Status

"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';