Skip to content

Instantly share code, notes, and snippets.

# For SCSS-Lint v0.31.0
linters:
BangFormat:
enabled: true
space_before_bang: true
space_after_bang: false
BorderZero:
.template_pets_wrap .pet_meta_wrap > ul > li:before {
content: "\f00c";
font-family: FontAwesome;
font-size: .85em;
display: inline-block;
margin-left: -1.2em;
width: 1.5em;
color: #e2e2e2;
}
@skindy
skindy / index.html
Created July 28, 2014 18:53
David CAN Template
<body style="background-color: #347099;">
<p>&nbsp;</p>
<table width="620px" style="border: 1px solid #000000; padding: 10px; font-family: sans-serif; background-color: #ffffff; border-radius: 5px; margin: auto;">
<tr>
<td colspan="4" style="background-color: #efefef;">
<h1 style="color: #000000; text-align: center; margin-bottom: -10px;">California Apparel News</h1>
<h3 style="color: #555555; text-align: center;"> Where fashion gets down to business</h3>
</td>
</tr>
<tr>
@skindy
skindy / Div
Created September 20, 2013 23:03
Retrieve and display a list of your most recent posts fro Tumblr using the Google Feed API
<div id="recentPosts">
<p>Loading...</p>
</div>