Allow styles arguments on row mixin

This commit is contained in:
ines 2017-04-26 16:02:59 +02:00
parent 99558023fd
commit 6c4f3c6fc2
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ mixin table(head)
//- Table row (only used within +table) //- Table row (only used within +table)
mixin row() mixin row(...style)
tr.c-table__row&attributes(attributes) tr.c-table__row(class=prefixArgs(style, "c-table__row"))&attributes(attributes)
block block