Skip to content

Instantly share code, notes, and snippets.

View storypixel's full-sized avatar

Sam Wilson storypixel

View GitHub Profile
@storypixel
storypixel / SassMeister-input.scss
Created September 2, 2014 15:10
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// Bourbon (v4.0.2)
// Neat (v1.6.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
@storypixel
storypixel / newsetup.md
Last active August 29, 2015 14:05
How I set up Alex's computer

basic prep

  • Install xcode
  • Change to zshell chsh -s /bin/zsh

install homebrew

  • Install brew ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
  • Agree to questions
  • brew doctor per suggestion
  • (brew doctor complained) Install XQuartz
  • (brew doctor complained) Move macports sudo mv /opt/local/ ~/macports (didn't work. ignoring this step)
@storypixel
storypixel / gist:644f37c4afb9e75fdfbb
Last active August 29, 2015 14:04
Generic to-do list

To-do

  • Watch the bats
  • Eat a breakfast taco
  • Get some hipper sunglasses
@storypixel
storypixel / sam-queries.css
Last active August 29, 2015 14:01
Generated by SassMeister.com.
.test {
color: orange;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
.test {
color: pink;
}
}
@media only screen {