diff options
| author | Mark Otto <[email protected]> | 2015-08-10 23:29:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 23:29:04 -0700 |
| commit | 8e0324362e635823c76e883d12e4bd37abd8eefc (patch) | |
| tree | 893911bdb7b5575a118ae769b38a63166c31a7f4 | |
| parent | 99985565568d6f257a734dd12226dad50f0dd6f1 (diff) | |
| download | bootstrap-8e0324362e635823c76e883d12e4bd37abd8eefc.tar.xz bootstrap-8e0324362e635823c76e883d12e4bd37abd8eefc.zip | |
remove unused variable
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 46c2b5930..f7fe80a07 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -296,7 +296,6 @@ $navbar-margin-bottom: $spacer-y !default; $navbar-border-radius: $border-radius !default; $navbar-padding-horizontal: $spacer !default; $navbar-padding-vertical: ($spacer / 2) !default; -$navbar-collapse-max-height: 340px !default; $navbar-default-color: #777 !default; $navbar-default-bg: #f8f8f8 !default; |
