From: Matthew Witek Date: Tue, 14 Feb 2017 02:46:24 +0000 (-0500) Subject: Allow table stack breakpoint to be set with a variable X-Git-Tag: v6.4.0-rc1~99^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbea7aa151d175f2f3db6bf7379d7bddec1d60c9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Allow table stack breakpoint to be set with a variable --- 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