Skip to content

Instantly share code, notes, and snippets.

@tripplyons
tripplyons / config.json
Created March 25, 2016 18:13
Bootstrap 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": "#ffc107",
"@brand-success": "#8bc34a",
@tripplyons
tripplyons / template.html
Last active May 9, 2017 17:08
HTML template
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Template</title>
<!-- Put your CSS below -->
<style>
h1 {
color: red;