Skip to content

Instantly share code, notes, and snippets.

{
"location": {
"id": "my_unique_entity_id",
"uid": "vN3qko",
"timestamp": 1551896478288,
"accountId": "2198529",
"locationName": "Enterprise Hospital Location",
"address": "878 Peachtree St NE",
"address2": "Unit 620",
"city": "Atlanta",
circle {
stroke: #fff;
stroke-width: 1.5px;
}
text {
font: 10px sans-serif;
}
@robfaraj
robfaraj / html5boilerplate.jade
Created March 25, 2011 15:08
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'')