Skip to content

Instantly share code, notes, and snippets.

View mikelcal's full-sized avatar

Mikel Calderon mikelcal

View GitHub Profile
@mikelcal
mikelcal / config.json
Created January 27, 2017 02:40 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "#26282A",
"@gray-dark": "#2D353E",
"@gray": "#5B636A",
"@gray-light": "#767D84",
"@gray-lighter": "#F1F1F5",
"@brand-primary": "#188FFF",
"@brand-success": "#21D87D",
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';