Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove the unused tab-expand-max variable #11001

Merged
merged 1 commit into from Mar 5, 2018
Merged

fix: remove the unused tab-expand-max variable #11001

merged 1 commit into from Mar 5, 2018

Conversation

DanielRuf
Copy link
Contributor

This removes the unused $tab-expand-max variable.

Closes #8484

Copy link
Contributor

@ncoden ncoden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$tab-expand-max is introduced in the initial Tabs commit (acb151a, @zurbrandon) and was never used. It is safe to remove.
-- #8484 (comment)

LGTM 👍

@@ -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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to remove variables in settings/_settings.scss as it is automatically generated ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mh, in the src / scss directory? Should I revert this file change then?

@ncoden ncoden merged commit 908bf64 into foundation:develop Mar 5, 2018
@DanielRuf DanielRuf deleted the fix/tabs-remove-unused-variable-expand-max-8484 branch March 5, 2018 22:59
@ncoden ncoden added this to the 6.5.0 milestone Apr 23, 2018
ncoden pushed a commit to ncoden/foundation-sites that referenced this pull request Jun 16, 2018
…ed-variable-expand-max-8484 for v6.5.0

ff97871 fix: remove the unused tab-expand-max variable

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants