Skip to content

Instantly share code, notes, and snippets.

@delirius
delirius / gist:b9886397da22df46c421
Last active August 2, 2017 19:46
bootstrap customize url
At the very bottom of the .json file, there's a link that will reload your settings in getbootstrap.com:
"customizerUrl": "http://getbootstrap.com/customize/?id={random_id}"
http://getbootstrap.com/customize/?id=xy
@delirius
delirius / analytics_google
Created April 17, 2014 10:02
Universal analytics code for contao
<?php
/**
* To use this script, please fill in your Google Analytics ID below
*/
$GoogleAnalyticsId = 'UA-XXXXX-X';
$GoogleAnalyticsUrl = 'auto';
/**
* DO NOT EDIT ANYTHING BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING!
@delirius
delirius / config.json
Last active August 29, 2015 13:59
Gist skb
{
"vars": {
"@gray-darker": "lighten(#000, 13.5%)",
"@gray-dark": "lighten(#000, 20%)",
"@gray": "lighten(#000, 33.5%)",
"@gray-light": "lighten(#000, 60%)",
"@gray-lighter": "lighten(#000, 93.5%)",
"@brand-primary": "#e4312f",
"@brand-success": "#5cb85c",
"@brand-info": "#5bc0de",