1.0.0 • Published 4 years ago

sass-extras v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

sass-extras Build Status

Useful utilities for working with Sass

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

Install

$ npm install sass-extras

Supported browsers

Latest Chrome, Firefox, and Safari.

Usage

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

Or with sass-loader:

@import '~sass-extras/index';

Docs

Read the docs.

Related