Skip to content

Instantly share code, notes, and snippets.

@schas002
schas002 / config.json
Created May 5, 2017 03:54 — forked from anonymous/config.json
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",
@schas002
schas002 / config.json
Created February 16, 2017 10:28 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#374047",
"@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": "#07c",
"@brand-success": "#1c0",
@schas002
schas002 / smallcaps.user.js
Created March 9, 2016 04:05 — forked from vihanb/smallcaps.user.js
Make everything small caps
// ==UserScript==
// @name Small Caps
// @namespace vihanb
// @version 1
// @description Make everything small caps
// @author Downgoat
// @match *://*/*
// @grant GM_addStyle
// ==/UserScript==
@schas002
schas002 / index.html
Last active August 29, 2015 14:15 — forked from anonymous/index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Blank</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
@schas002
schas002 / what_is_gist.rb
Last active August 29, 2015 14:14 — forked from imownbey/gist:128
What is Gist.
def what_is_gist
"A bad ass version-able pastebin"
# This is sorta cool I guess?
end