Skip to content

Instantly share code, notes, and snippets.

View jasonruyle's full-sized avatar

Jason Ruyle jasonruyle

View GitHub Profile
@jasonruyle
jasonruyle / _0mixins.scss
Last active December 14, 2015 14:49
Sass Mixins
/*----------------------------------------------------------------------------
@group Mixins
----------------------------------------------------------------------------*/
// Creates a background image with width and height dynamically.
//
// $_img - The path to the image.
//
// Compatible in IE8+, Firefox 2+, Safari 4+.
@mixin knockout($_img) {
@jasonruyle
jasonruyle / .bash_profile
Created August 15, 2012 19:02
Install composer as system wide tool on OSX
alias composer="php /usr/local/bin/composer.phar"