Created
October 15, 2016 17:58
-
-
Save anonymous/e742759615326f1fe09230699f3df116 to your computer and use it in GitHub Desktop.
Bootstrap Customizer Config
This file contains 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": { | |
"@brand-primary": "#04a0c7", | |
"@brand-success": "#00b542", | |
"@brand-info": "#2155d9", | |
"@brand-warning": "#f3ac02", | |
"@brand-danger": "#f04b12", | |
"@border-radius-base": "0", | |
"@border-radius-large": "0", | |
"@border-radius-small": "0", | |
"@input-border-focus": "#04a0c7" | |
}, | |
"css": [ | |
"print.less", | |
"type.less", | |
"code.less", | |
"grid.less", | |
"tables.less", | |
"forms.less", | |
"buttons.less", | |
"responsive-utilities.less", | |
"glyphicons.less", | |
"button-groups.less", | |
"input-groups.less", | |
"navs.less", | |
"navbar.less", | |
"breadcrumbs.less", | |
"pagination.less", | |
"pager.less", | |
"labels.less", | |
"badges.less", | |
"jumbotron.less", | |
"thumbnails.less", | |
"alerts.less", | |
"progress-bars.less", | |
"media.less", | |
"list-group.less", | |
"panels.less", | |
"responsive-embed.less", | |
"wells.less", | |
"close.less", | |
"component-animations.less", | |
"dropdowns.less", | |
"tooltip.less", | |
"popovers.less", | |
"modals.less", | |
"carousel.less" | |
], | |
"js": [ | |
"alert.js", | |
"button.js", | |
"carousel.js", | |
"dropdown.js", | |
"modal.js", | |
"tooltip.js", | |
"popover.js", | |
"tab.js", | |
"affix.js", | |
"collapse.js", | |
"scrollspy.js", | |
"transition.js" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment