@lcooper/sass-utils
v1.0.1
Published
A collection of sass utility functions and mixins
Downloads
4
Readme
@lcooper/sass-utils
A lightweight collection of Sass utility functions and mixins.
Full documentation can be found here.
Installation
Install with npm
:
npm install --save-dev @lcooper/sass-utils
Usage
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';