Skip to content

Commit

Permalink
fix: remove the unused tab-expand-max variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Mar 2, 2018
1 parent f29e2d2 commit ff97871
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ $tab-item-background-hover: $white !default;
/// @type Number
$tab-item-padding: 1.25rem 1.5rem !default;

/// Maximum number of `expand-n` classes to include in the CSS.
/// @type Number
$tab-expand-max: 6 !default;

/// Default background color of tab content.
/// @type Color
$tab-content-background: $white !default;
Expand Down
1 change: 0 additions & 1 deletion scss/settings/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ $tab-active-color: $primary-color;
$tab-item-font-size: rem-calc(12);
$tab-item-background-hover: $white;
$tab-item-padding: 1.25rem 1.5rem;
$tab-expand-max: 6;
$tab-content-background: $white;
$tab-content-border: $light-gray;
$tab-content-color: $body-font-color;
Expand Down

0 comments on commit ff97871

Please sign in to comment.