/sass-utils

Primary LanguageSCSSMIT LicenseMIT

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