summaryrefslogtreecommitdiffstats
path: root/tpl/objects/table.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/objects/table.pug')
-rw-r--r--tpl/objects/table.pug9
1 files changed, 8 insertions, 1 deletions
diff --git a/tpl/objects/table.pug b/tpl/objects/table.pug
index 9fb2a06..0e1632d 100644
--- a/tpl/objects/table.pug
+++ b/tpl/objects/table.pug
@@ -1,5 +1,12 @@
1mixin table 1mixin table
2 table.o-table 2 -
3 let classes = {
4 'o-table': true,
5 'o-table--flush': attributes.flush,
6 'o-table--box': attributes.box,
7 }
8
9 table(class=classes)
3 block 10 block
4 11
5mixin table-head 12mixin table-head