From ecb3c691c97faddbe51fcffd83ba43a9b9aafc5d Mon Sep 17 00:00:00 2001 From: NeWiBi Date: Sat, 12 Mar 2016 12:17:15 +0000 Subject: [PATCH] Correction in comment for $table-stripe --- scss/components/_table.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 384666bd2..1ab735d86 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -40,8 +40,8 @@ $table-row-stripe-hover: darken($table-background, $table-color-scale + $table-h /// @type Color $table-striped-background: smart-scale($table-background, $table-color-scale) !default; -/// Default value for showing the stripe on rows of the tables, excluding the header and footer If even, the even rows will have a background color. If odd, the odd rows will have a background color. If empty, or anyother value, the table rows will have no striping. -/// @type Keyoword +/// Default value for showing the stripe on rows of the tables, excluding the header and footer. If even, the even rows will have a background color. If odd, the odd rows will have a background color. If empty, or any other value, the table rows will have no striping. +/// @type Keyword $table-stripe: even !default; /// Default color for header background. -- 2.47.2