mirror of https://github.com/explosion/spaCy.git
Allow styles arguments on row mixin
This commit is contained in:
parent
99558023fd
commit
6c4f3c6fc2
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue