From 1bab790c88f1c9019f4a8194656a4e43b82f6446 Mon Sep 17 00:00:00 2001 From: Marco Griep Date: Fri, 22 Feb 2019 10:17:37 +0100 Subject: [PATCH] Add documentation for table nest option --- scss/components/_table.scss | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2