diff --git a/website/_includes/_mixins.jade b/website/_includes/_mixins.jade index ba5a9297e..9ca60b87d 100644 --- a/website/_includes/_mixins.jade +++ b/website/_includes/_mixins.jade @@ -198,8 +198,8 @@ mixin table(head) //- Table row (only used within +table) -mixin row() - tr.c-table__row&attributes(attributes) +mixin row(...style) + tr.c-table__row(class=prefixArgs(style, "c-table__row"))&attributes(attributes) block