summaryrefslogtreecommitdiffstats
path: root/tpl/objects/table.pug
blob: 9fb2a06f88086bc9955c9c30674b3a8159b8db37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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