]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correction in comment for $table-stripe
authorNeWiBi <n.biddie@ntlworld.com>
Sat, 12 Mar 2016 12:17:15 +0000 (12:17 +0000)
committerNeWiBi <n.biddie@ntlworld.com>
Sat, 12 Mar 2016 12:17:15 +0000 (12:17 +0000)
scss/components/_table.scss

index 384666bd273da2f605fc287876defa18a237d772..1ab735d8698d35dc5d880eccaf786c1af7db1c84 100644 (file)
@@ -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.