@lunelson/sass-u
v0.11.0
Published
Collected Sass utility functions
Downloads
80
Maintainers
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';