Skip to content

Instantly share code, notes, and snippets.

View chrisjoyce's full-sized avatar

Chris Joyce chrisjoyce

  • Caterpillar, Inc
View GitHub Profile
@chrisjoyce
chrisjoyce / html5boilerplate.jade
Created August 27, 2011 23:46 — forked from robfaraj/html5boilerplate.jade
Before the jade update for conditional comments
!!! 5
\<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
\<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
\<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
\<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
\<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
head
meta(charset='utf-8')
title= My title goes here
meta(name='description', content'')
@chrisjoyce
chrisjoyce / gist:1177888
Created August 29, 2011 06:34 — forked from robflaherty/gist:1129904
Stylus conversion of Normalize.css
/*
* Normalize.css converted to Stylus
* http://github.com/necolas/normalize.css
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
display: block
audio, canvas, video
display: inline-block