Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksy/salssa
[UNMAINTAINED] - Collection of Sass functions and mixins.
https://github.com/niksy/salssa
Last synced: 17 days ago
JSON representation
[UNMAINTAINED] - Collection of Sass functions and mixins.
- Host: GitHub
- URL: https://github.com/niksy/salssa
- Owner: niksy
- License: mit
- Created: 2014-12-29T18:25:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T09:09:29.000Z (over 8 years ago)
- Last Synced: 2024-12-24T01:41:51.083Z (21 days ago)
- Language: CSS
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Unmaintained project](https://img.shields.io/badge/status-unmaintained-red.svg)
**This project is unmaintained.**
Most of the functionality can be achieved with tools like [Bourbon](http://bourbon.io/) or [PostCSS plugins](http://postcss.parts/).
If you’re looking for maintained version of scoped media query mixin, check [sass-scoped-media-query](https://github.com/niksy/sass-scoped-media-query).
---
# salssa
Collection of Sass functions and mixins.
## Installation
```sh
npm install salssa --savebower install salssa --save
```## Functions
* [`mq-em`](lib/functions/_mq-em.scss)
* [`to-px`](lib/functions/_to-px.scss)## Mixins
* [`hover`](lib/mixins/_hover.scss)
* [`rem`](lib/mixins/_rem.scss)
* [`box-shadow`](lib/mixins/_box-shadow.scss)
* [`opacity`](lib/mixins/_opacity.scss)
* [`scoped-media-query`](lib/mixins/_scoped-media-query.scss)
* [`break-word`](lib/mixins/_break-wordd.scss)## License
MIT © [Ivan Nikolić](http://ivannikolic.com)