Coder Social home page Coder Social logo

richsilv / meteor-bourbon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saleswise/meteor-bourbon

0.0 1.0 0.0 156 KB

Bourbon - Meteor 0.9.x Package - A simple and lightweight mixin library for Sass.

License: Other

CSS 94.71% CoffeeScript 2.09% JavaScript 3.20%

meteor-bourbon's Introduction

Notice: Currently Alpha - Actively Finalizing Issues

Bourbon Sass Mixin Library


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.

##Install

  1. Make sure to add sass support to your meteor app:
meteor add fourseven:scss
  1. From within your Meteor app's directory:
meteor add wolves:bourbon

##Usage

  1. Simply import Bourbon at the top of your sass file (Currently working on configuring a way to provide a far less verbose import command):
@import ".meteor/local/build/programs/server/assets/packages/wolves_bourbon/bourbon"

Important Note (working on addressing this) Because Meteor will attempt to compile you app's local stylesheets prior to copying the server assets directory, the first time you run the app after installing the package your app will complain that it is unable to find it. For the moment this can be resolved by either stopping and restarting the app, at which point you should no longer get this error message, our running touch on you local stylesheet thats attempting to access the package, triggering a reload.

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.

meteor-bourbon's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.