Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sindresorhus/sass-extras

Useful utilities for working with Sass
https://github.com/sindresorhus/sass-extras

sass sass-functions sass-library sass-mixins scss

Last synced: 27 days ago
JSON representation

Useful utilities for working with Sass

Awesome Lists containing this project

README

        

# sass-extras

> Useful utilities for working with Sass

It includes functions for using SVG inline, generating random colors, system font stack, PRNG, and more…

## Install

```sh
npm install sass-extras
```

## Supported browsers

Latest Chrome, Firefox, and Safari.

## Usage

```scss
@import './node_modules/sass-extras/index';
```

Or with [`sass-loader`](https://github.com/webpack-contrib/sass-loader):

```scss
@import '~sass-extras/index';
```

## Docs

[Read the docs.](https://sindresorhus.com/sass-extras)

## Related

- [react-extras](https://github.com/sindresorhus/react-extras) - Useful components and utilities for working with React
- [modern-normalize](https://github.com/sindresorhus/modern-normalize) - Normalize browsers' default style