Skip to content

Instantly share code, notes, and snippets.

View CaseyLeask's full-sized avatar

Casey Leask CaseyLeask

  • Melbourne :: Australia
View GitHub Profile
<!doctype html>
<html lang="en" class="breakpoint-medium">
<head>
<meta charset="utf-8">
<title>Metaquery Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta name="breakpoint" data-mq-var-name="screen-width" content="small" media="(max-width: 480px)">
<meta name="breakpoint" data-mq-var-name="screen-width" content="medium" media="(min-width: 481px) and (768px)">
@CaseyLeask
CaseyLeask / spec_helper.rb
Created March 14, 2012 06:25 — forked from pda/spec_helper.rb
Fast RSpec with a tiered environment: SPEC=(unit|model|full) rspec …
if ENV["COVERAGE"]
require "simplecov"
SimpleCov.start "rails"
end
mode = ENV["SPEC"] || "full"
require_relative "spec_helper_#{mode}"
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 10:04 — forked from anonymous/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:57 — forked from anonymous/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:56 — forked from anonymous/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:56 — forked from anonymous/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:56 — forked from anonymous/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:56 — forked from anonymous/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:55 — forked from alexmwalker/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;
@CaseyLeask
CaseyLeask / dabblet.css
Created February 17, 2012 09:55 — forked from alexmwalker/dabblet.css
CSS3 Pong *
/**
* CSS3 Pong *
*/
body{
background: #000;
}
#court {
margin-top:30px;
border:5px dashed #fff;