]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add documentation for table nest option 11690/head
authorMarco Griep <marco.griep@ueberbit.de>
Fri, 22 Feb 2019 09:17:37 +0000 (10:17 +0100)
committerMarco Griep <marco.griep@ueberbit.de>
Fri, 22 Feb 2019 09:24:45 +0000 (10:24 +0100)
scss/components/_table.scss

index 256f165c3641d92d961f5d4af5c3320784caf686..4c44aa305d56c47836e76b589a6aedfafad4f21f 100644 (file)
@@ -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