Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devatrox/Sunglass
A mixin and functions library for Sass
https://github.com/devatrox/Sunglass
Last synced: 3 months ago
JSON representation
A mixin and functions library for Sass
- Host: GitHub
- URL: https://github.com/devatrox/Sunglass
- Owner: devatrox
- License: other
- Archived: true
- Created: 2013-04-15T12:11:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T19:58:12.000Z (almost 8 years ago)
- Last Synced: 2024-04-23T18:14:44.252Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 173 KB
- Stars: 119
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![](http://cdn.devatrox.de/img/sunglass-logo.png)
**A mixin and functions library for Sass**
# DEPRECATED
Since the 4.0 branch turned out to be very different to master and missing a lot of things that might be precious to some people I decided to move it out into a new repository, named [sunglass-core](https://github.com/devatrox/sunglass-core) (very creative I know). It is much more stable and focused on functions mainly. My plan is to bring back some of the old stuff (like the grid) back as optional plugins. Sorry for any inconvenience.
## Requirements
RubySass 3.3+## Installation
* Install with [Bower](http://bower.io/)
`bower install sunglass --save-dev`
* Or Download the [latest release](https://github.com/devatrox/Sunglass/releases) and put it wherever you like
* Import Sunglass into your Sass file
`@import "path/to/sunglass";`
* Change settings before the `@import` statement (optional)
```` sass
$sunglass: (
base-gap: 30px,
base-font-size: 18px
);
````I will create a detailed documentation later on. Until then, head over to the [makeshift docs](docs.md)