Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luciancooper/sass-utils
https://github.com/luciancooper/sass-utils
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luciancooper/sass-utils
- Owner: luciancooper
- License: mit
- Created: 2020-09-15T15:49:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T02:18:20.000Z (about 4 years ago)
- Last Synced: 2025-01-22T04:02:57.598Z (5 days ago)
- Language: SCSS
- Size: 231 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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