Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luciancooper/sass-utils


https://github.com/luciancooper/sass-utils

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# @lcooper/sass-utils

[![npm][npm-badge]][npm-link]
[![license][license-badge]][license-link]

A lightweight collection of [Sass](http://sass-lang.com/) utility functions and mixins.

Full documentation can be found [here](https://luciancooper.github.io/sass-utils/).

## Installation

Install with `npm`:

```bash
npm install --save-dev @lcooper/sass-utils
```

## Usage

Import the collection at the beginning of your stylesheet:

```scss
@import '~@lcooper/sass-utils';
```

Or import mixins and functions individually:

```scss
@import '~@lcooper/sass-utils/lib/functions';
@import '~@lcooper/sass-utils/lib/mixins';
```

[npm-link]: https://www.npmjs.com/package/@lcooper/sass-utils
[npm-badge]: https://img.shields.io/npm/v/@lcooper/sass-utils?logo=npm&style=for-the-badge
[license-link]: LICENSE
[license-badge]: https://img.shields.io/github/license/luciancooper/sass-utils?color=brightgreen&style=for-the-badge