From: Marco Griep Date: Fri, 22 Feb 2019 09:17:37 +0000 (+0100) Subject: Add documentation for table nest option X-Git-Tag: v6.6.0~3^2~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11690%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add documentation for table nest option --- diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 256f165c3..4c44aa305 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -188,6 +188,7 @@ $table-stack-breakpoint: medium !default; /// Adds the general styles for tables. /// @param {Keyword} $stripe [$table-stripe] - Uses keywords even, odd, or none to darken rows of the table. The default value is even. +/// @param {Boolean} $nest [false] - Needed if you only want to apply this to a specific table. @mixin table( $stripe: $table-stripe, $nest: false