Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / config.json
Created December 20, 2014 22:28
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
@tony4d
tony4d / p4merge4git.md
Created August 24, 2012 19:00
Setup p4merge as a visual diff and merge tool for git
@cowboy
cowboy / HEY-YOU.md
Last active September 2, 2024 04:03
jQuery Tiny Pub/Sub: A really, really, REALLY tiny pub/sub implementation for jQuery.