UNPKG
dk-plus
Version:
latest (1.0.28)
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
DK-PLUS
github.com/dk-plus-ui/dk-plus-ui
dk-plus-ui/dk-plus-ui
dk-plus
/
theme-chalk
/
dkcol.css
2 lines
(1 loc)
•
162 B
CSS
View Raw
1
2
@charset
"UTF-8"
;
.dk-col
{
--col-span
:
1
}
.dk-col
{
flex
:
1
0
calc
(
var
(--col-span) /
24
);
height
:-moz-fit-content;
height
:fit-content;
margin-left
:
var
(--col-margin-left)}