/Sunglass

A mixin and functions library for Sass

Primary LanguageCSSOtherNOASSERTION

A mixin and functions library for Sass

Note

The current version does not work in Node-Sass, sorry! I'm working on 4.0 which is a complete overhaul and should be coming out in the next few weeks.

Requirements

Sass 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