Skip to content

Instantly share code, notes, and snippets.

View stephenway's full-sized avatar

Stephen Way stephenway

View GitHub Profile
@stephenway
stephenway / SassMeister-input.scss
Created December 4, 2013 17:07 — forked from lunelson/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/*
A slightly more automated approach to BEM modifier classes:
using '&' parent selector interpolation, modifiers extend their bases,
so that HTML markup requires only the modifier class not the base *and* modifier
*/
@stephenway
stephenway / SassMeister-input.scss
Created November 7, 2013 17:11
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
$border-radius-placeholder: none, 5px;
@import "compass";
@import "compass-placeholders";
@stephenway
stephenway / SassMeister-input.scss
Created November 7, 2013 00:10
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "compass";
@import "compass-placeholders";
$border-radius-placeholders: 3px;
@stephenway
stephenway / SassMeister-input.scss
Created November 6, 2013 21:39
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "modular-scale";
$base-size: 18px;
$normem : $base-size / $base-size + 0em;
@stephenway
stephenway / SassMeister-input.scss
Created October 23, 2013 23:01
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.7)
// ----
// convert pixel value to integer
$base-size: 18px;
$normz: $base-size / 1px;
@stephenway
stephenway / SassMeister-input.scss
Created October 22, 2013 19:13
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.7)
// ----
// app.scss
%foo {
color: green;
}

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = [email protected]:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:

@stephenway
stephenway / homebrew.md
Last active December 14, 2015 18:29
Issues

homebrew

Installed using Boxen

Installing rmagick

bundle install will error out with

checking for InitializeMagick() in -lMagickCore... no
@stephenway
stephenway / client-design-checklist.md
Last active December 12, 2015 03:49
Client Design Checklist

Client Design

This is a quick checklist of all the available types of content for the different parts of your design.

Information

Logo

  • Top bar Left
  • Top bar Center
@stephenway
stephenway / tweetbot.sh
Created January 24, 2013 16:56
Tweetbot Secret Settings
# Tweetbot for Mac Super Secret Settings
# (updated on Oct 31, 2012)
# You will need to use the Terminal app to change these settings:
# these all affect the text in a DM or new tweet - the default is yes for all of them
defaults write com.tapbots.TweetbotMac TextAutomaticQuoteSubstitution -bool NO
defaults write com.tapbots.TweetbotMac TextAutoCorrect -bool NO
defaults write com.tapbots.TweetbotMac TextContinuousSpellChecking -bool NO