Remove unused Sass variables

We don't use accordions anywhere; these settings probably come from an
earlier Foundation version and we forgot to remove them.
This commit is contained in:
Javi Martín
2021-04-28 18:42:14 +02:00
parent 4474ec4cd1
commit fc0db1956d

View File

@@ -139,9 +139,6 @@ $abbr-underline: none;
$tab-background-active: $white;
$accordion-item-color: foreground($accordion-background, $text);
$accordion-content-color: foreground($accordion-background, $text);
$tab-item-font-size: $base-font-size;
$tab-item-padding: $line-height / 2 0;
$tab-content-border: $border;