From dbea7aa151d175f2f3db6bf7379d7bddec1d60c9 Mon Sep 17 00:00:00 2001 From: Matthew Witek Date: Mon, 13 Feb 2017 21:46:24 -0500 Subject: [PATCH] Allow table stack breakpoint to be set with a variable --- scss/components/_table.scss | 2 +- scss/settings/_settings.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 388f1d73e..e7afd9f79 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -306,7 +306,7 @@ $show-header-for-stacked: false !default; } table.stack { - @include breakpoint(medium down) { + @include breakpoint($table-stack-breakpoint down) { @include table-stack; } } diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index af784b6d6..8eeb4c948 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -556,6 +556,7 @@ $table-foot-background: smart-scale($table-background, $table-color-scale); $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 -- 2.47.2