mixin table - let classes = { 'o-table': true, 'o-table--flush': attributes.flush, 'o-table--box': attributes.box, 'o-table--interactive': attributes.interactive, 'o-table--50': attributes.size50, } table(class=classes) block mixin table-head thead.o-table__head block mixin table-head-cell th.o-table__head-cell block mixin table-body tbody.o-table__body block mixin table-row tr.o-table__row block mixin table-cell - let classes = { 'o-table__cell': true, 'o-table__cell--divider': attributes.divider, } td(class=classes) block