Skip to content

Instantly share code, notes, and snippets.

View beekling's full-sized avatar

Eric Lingbeek beekling

  • Minneapolis, MN
View GitHub Profile
@beekling
beekling / bootsrap_class_list
Created March 31, 2016 13:32 — forked from geksilla/bootsrap_class_list
Bootstrap css class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead
@beekling
beekling / color-lps.sublime-snippet
Created November 16, 2015 13:42 — forked from non-carbondated/color-lps.sublime-snippet
LeadPages template.json snippets for use in Sublime Text
<snippet>
<content><![CDATA[
{
"type": "color",
"name": "$1 Color",
"find": "#$2"
},
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>lps:color</tabTrigger>