Keybase proof
I hereby claim:
- I am drhees on github.
- I am dammnndaniel (https://keybase.io/dammnndaniel) on keybase.
- I have a public key ASCxFuQwuoedITzXAKrao-QY68U_H30rcyM2rKCnIw6uowo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Baseline grid | |
// Overlays a baseline grid on your pages. | |
$show-baseline-grid: false !default ; | |
$baseline-grid-color: rgb(204, 204, 204) !default; | |
$baseline-grid-opacity: 0.8 !default; | |
$baseline-top-offset: 0 !default; | |
// When no grid row height is given, we assume each row is 16px * 1.5 tall. | |
$baseline-grid-height: 16 * 1.5 !default; // 1rem * line-height: normal |
Sampling process 16513 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling Subform (pid 16513) every 1 millisecond | |
Process: Subform [16513] | |
Path: /Applications/Subform.app/Contents/MacOS/Subform | |
Load Address: 0x10337b000 | |
Identifier: com.generalreactives.subform | |
Version: 4553.0.0+24e1fc7 (4553.0.0+24e1fc7.1111) | |
Code Type: X86-64 | |
Parent Process: ??? [1] |
A Pen by Daniel Rhees on CodePen.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:700,300"> | |
<title>OpenMinded - A new dating service coming spring 2015</title> | |
<style> | |
* { | |
font-weight: 300; |
<h1 class="SiteTitle"> | |
<span>Open<span class="u-heavy">Minded</span><i>™ </i></span> | |
<p class="SiteTitle-sub"><span class="u-bumpLeft">A new dating service coming soon in Spring 2015</span></p> | |
</h1> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
html, body { | |
height: 100%; | |
} | |
body { | |
font-family: 'Noto Sans', sans-serif; | |
font-size: 28px; | |
line-height: 30px; | |
color: #000; | |
} |
{ | |
"folders": | |
[ | |
{ | |
"follow_symlinks": true, | |
"path": ".", | |
"folder_exclude_patterns": ["mustache_cache", "sm"], | |
"file_exclude_patterns": ["*.scssc"] | |
} | |
] |
{ | |
"installed_packages": | |
[ | |
"BracketHighlighter", | |
"Chuby Ninja Color Scheme", | |
"CodeFormatter", | |
"ColorPicker", | |
"DashDoc", | |
"Emmet", | |
"FileDiffs", |