Skip to content

Instantly share code, notes, and snippets.

View jwelshiv's full-sized avatar
🏠
Working from home

James Welsh jwelshiv

🏠
Working from home
View GitHub Profile
@jwelshiv
jwelshiv / _media-queries.scss
Created May 29, 2012 11:59 — forked from anthonyshort/_media-queries.scss
Media Queries in Sass
// Media Queries in Sass 3.2
//
// These mixins make media queries a breeze with Sass.
// The media queries from mobile up until desktop all
// trigger at different points along the way
//
// And important point to remember is that and width
// over the portrait width is considered to be part of the
// landscape width. This allows us to capture widths of devices
// that might not fit the dimensions exactly. This means the break
@jwelshiv
jwelshiv / hack.sh
Created April 1, 2012 00:07 — forked from igrigorik/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#