JSPM

@lunelson/sass-m

0.9.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q26118F
  • License MIT

A Sass Media-query and Media-scoped variable system

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

'sass m'

npm published v Build Status

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