From dd934e29b2ecd548573928d88562b536f8f7189e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 12 Mar 2022 15:11:12 +0100 Subject: Added table --- tpl/objects/table.pug | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tpl/objects/table.pug (limited to 'tpl/objects') diff --git a/tpl/objects/table.pug b/tpl/objects/table.pug new file mode 100644 index 0000000..9fb2a06 --- /dev/null +++ b/tpl/objects/table.pug @@ -0,0 +1,23 @@ +mixin table + table.o-table + 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 + td.o-table__cell + block -- cgit v1.2.3-54-g00ecf