Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

devatrox/Sunglass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 (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

    bower install sunglass --save-dev

  • Or Download the latest release and put it wherever you like

  • Import Sunglass into your Sass file

    @import "path/to/sunglass";

  • Change settings before the @import statement (optional)

    $sunglass: (
      base-gap: 30px,
      base-font-size: 18px
    );

I will create a detailed documentation later on. Until then, head over to the makeshift docs