Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sindresorhus/sass-extras
- Owner: sindresorhus
- License: mit
- Created: 2018-02-06T08:59:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T16:23:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T19:55:44.616Z (7 months ago)
- Topics: sass, sass-functions, sass-library, sass-mixins, scss
- Language: SCSS
- Homepage: https://sindresorhus.com/sass-extras
- Size: 104 KB
- Stars: 220
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
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