UNPKG
@dknight/puff
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
Full-featured, lightweight CSS framework that maintained
github.com/dknight/puff
dknight/puff
@dknight/puff
/
src
/
modules
/
table.css
16 lines
(13 loc)
•
204 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.table
{
overflow-x
: auto; }
.table
table
{
border-collapse
: collapse;
width
:
100%
; }
td
,
th
{
border-bottom
:
var
(--bw) solid
var
(--c-line);
padding
:
calc
(
var
(--s) *
2
);
text-align
: left; }