]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11001 from DanielRuf/fix/tabs-remove-unused-variable-expand-max...
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 16 Jun 2018 07:25:43 +0000 (09:25 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:25:43 +0000 (09:25 +0200)
ff978717b fix: remove the unused tab-expand-max variable

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
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 26f74f94945a913d2c83171c4f721da7d30b3c35..8a77de9f3921d0ee71b82284a360ffc4f47686c6 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;