]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: remove the unused tab-expand-max variable 11001/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 19:07:00 +0000 (20:07 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 19:07:00 +0000 (20:07 +0100)
scss/components/_tabs.scss
scss/settings/_settings.scss

index b15d67d409d36bfd1b3cd8d4dd8d35b476ea8efc..ecf85edea0b16a75e3dd60fa46aec6bba530214c 100644 (file)
@@ -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;
index 23ab69abbba5bad5a8718d9d5e72c1411ccd91f9..fb447f895609c0647e4e56167bebe48bd36d8ec6 100644 (file)
@@ -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;