This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |