/// @type Boolean
$show-header-for-stacked: false !default;
+/// Breakpoint at which stacked table switches from mobile to desktop view.
+/// @type Breakpoint
+$table-stack-breakpoint: medium !default;
+
@mixin -zf-table-stripe($stripe: $table-stripe) {
tr {
// If stripe is set to even, darken the even rows.
$table-foot-row-hover: darken($table-foot-background, $table-hover-scale);
$table-head-font-color: $body-font-color;
$table-foot-font-color: $body-font-color;
-$table-stack-breakpoint: medium;
$show-header-for-stacked: false;
// 33. Tabs