Created
November 26, 2015 16:39
-
-
Save anonymous/4afb9eb764f0020f4ce9 to your computer and use it in GitHub Desktop.
Bootstrap Customizer Config
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": { | |
| "@icon-font-path": "\"../fonts/\"", | |
| "@icon-font-name": "\"glyphicons-halflings-regular\"", | |
| "@icon-font-svg-id": "\"glyphicons_halflingsregular\"", | |
| "@dropdown-bg": "#fff", | |
| "@dropdown-border": "rgba(0,0,0,.15)", | |
| "@dropdown-fallback-border": "#ccc", | |
| "@dropdown-divider-bg": "#e5e5e5", | |
| "@dropdown-link-color": "@gray-dark", | |
| "@dropdown-link-hover-color": "darken(@gray-dark, 5%)", | |
| "@dropdown-link-hover-bg": "#f5f5f5", | |
| "@dropdown-link-active-color": "@component-active-color", | |
| "@dropdown-link-active-bg": "@component-active-bg", | |
| "@dropdown-link-disabled-color": "@gray-light", | |
| "@dropdown-header-color": "@gray-light", | |
| "@dropdown-caret-color": "#000", | |
| "@screen-xs": "320px", | |
| "@screen-xs-min": "@screen-xs", | |
| "@screen-phone": "@screen-xs-min", | |
| "@screen-sm": "768px", | |
| "@screen-sm-min": "@screen-sm", | |
| "@screen-tablet": "@screen-sm-min", | |
| "@screen-md": "992px", | |
| "@screen-md-min": "@screen-md", | |
| "@screen-desktop": "@screen-md-min", | |
| "@screen-lg": "1200px", | |
| "@screen-lg-min": "@screen-lg", | |
| "@screen-lg-desktop": "@screen-lg-min", | |
| "@screen-xs-max": "(@screen-sm-min - 1)", | |
| "@screen-sm-max": "(@screen-md-min - 1)", | |
| "@screen-md-max": "(@screen-lg-min - 1)", | |
| "@grid-columns": "1", | |
| "@grid-float-breakpoint": "@screen-sm-min", | |
| "@grid-float-breakpoint-max": "(@grid-float-breakpoint - 1)", | |
| "@container-tablet": "(320px + @grid-gutter-width)", | |
| "@container-sm": "@container-tablet", | |
| "@container-desktop": "(940px + @grid-gutter-width)", | |
| "@container-md": "@container-desktop", | |
| "@container-large-desktop": "(1140px + @grid-gutter-width)", | |
| "@container-lg": "@container-large-desktop", | |
| "@popover-bg": "#fff", | |
| "@popover-max-width": "276px", | |
| "@popover-border-color": "rgba(0,0,0,.2)", | |
| "@popover-fallback-border-color": "#ccc", | |
| "@popover-title-bg": "darken(@popover-bg, 3%)", | |
| "@popover-arrow-width": "10px", | |
| "@popover-arrow-color": "@popover-bg", | |
| "@popover-arrow-outer-width": "(@popover-arrow-width + 1)", | |
| "@popover-arrow-outer-color": "fadein(@popover-border-color, 5%)", | |
| "@popover-arrow-outer-fallback-color": "darken(@popover-fallback-border-color, 20%)", | |
| "@label-primary-bg": "x", | |
| "@code-color": "#c7254e", | |
| "@code-bg": "#f9f2f4", | |
| "@kbd-color": "#fff", | |
| "@kbd-bg": "#333", | |
| "@pre-bg": "#f5f5f5", | |
| "@pre-color": "@gray-dark", | |
| "@pre-border-color": "#ccc", | |
| "@pre-scrollable-max-height": "340px" | |
| }, | |
| "css": [], | |
| "js": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment