A lightweight collection of Sass utility functions and mixins.
Full documentation can be found here.
Install with npm
:
npm install --save-dev @lcooper/sass-utils
Import the collection at the beginning of your stylesheet:
@import '~@lcooper/sass-utils';
Or import mixins and functions individually:
@import '~@lcooper/sass-utils/lib/functions';
@import '~@lcooper/sass-utils/lib/mixins';