@lunelson/sass-m

0.9.1 • Public • Published

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

Package Sidebar

Install

npm i @lunelson/sass-m

Weekly Downloads

3

Version

0.9.1

License

MIT

Unpacked Size

432 kB

Total Files

26

Last publish

Collaborators

  • lunelson