]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
add "!default" to _table.scss
authorSébastien GRAVIER <illusionperdu@gmail.com>
Tue, 24 Nov 2015 15:27:34 +0000 (16:27 +0100)
committerSébastien GRAVIER <illusionperdu@gmail.com>
Tue, 24 Nov 2015 15:27:34 +0000 (16:27 +0100)
scss/components/_table.scss

index b4b9e1d01b3e279a8982716364348075d6f14850..155c7259eae9090a38399651b5804cbd1fcbb59a 100644 (file)
@@ -58,7 +58,7 @@ $table-head-font-color: $body-font-color !default;
 
 /// Defualt value for showing the header when using stacked tables.
 /// @type Boolean
-$show-header-for-stacked: false;
+$show-header-for-stacked: false !default;
 
 /// Adds the general styles for tables.
 /// @param {Keyword} $stripe [$table-stripe] - Uses kewords even, odd, or none to darken rows of the table. The defualt value is even.