1.0.1 • Published 3 years ago

@lcooper/sass-utils v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@lcooper/sass-utils

npm license

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

3 years ago

1.0.0

4 years ago