wolves:bourbon

Meteor 1.2.0+ - Bourbon is a simple and lightweight mixin library for Sass.


License
Other
Install
meteor add wolves:bourbon@=1.0.0

Documentation

Bourbon

A Meteor package of Thoughtbot's, Bourbon.

A simple and lightweight mixin library for Sass.


Bourbon is a library of pure Sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible.

The mixins contain vendor specific prefixes for all CSS3 properties for support amongst modern browsers. The prefixes also ensure graceful degradation for older browsers that support only CSS3 prefixed properties. Bourbon uses SCSS syntax.

Documentation & Demo

Changelog

Install

  1. Make sure to add sass support to your meteor app:

    meteor add fourseven:scss
  2. From within your Meteor app's directory:

    meteor add wolves:bourbon

Usage

  1. Simply import Bourbon at the top of your sass file

    *.scss

    @import "{wolves:bourbon}/bourbon";

    *.sass

    @import {wolves:bourbon}/bourbon

Credits

thoughtbot

Bourbon is maintained and funded by thoughtbot, inc. Tweet your questions or suggestions to @bourbonsass and while you’re at it follow us too.

License

Copyright © 2011–2014 thoughtbot, inc. Bourbon is free software, and may be redistributed under the terms specified in the license.