UNPKG
@b1dr/xip-ui
Version:
latest (0.2.0-alpha-2)
0.2.0-alpha-2
0.2.0-alpha-1
0.1.4
A UI library for SolidJS with Themescura
github.com/xypnox/xip
xypnox/xip
@b1dr/xip-ui
/
dist
/
source
/
layouts
/
cluster
/
style.module.css
8 lines
(7 loc)
•
202 B
CSS
View Raw
1
2
3
4
5
6
7
8
.cluster
{
display
: flex;
flex-wrap
:
var
(--cluster-wrap, wrap);
align-items
:
var
(--cluster-align, center);
justify-content
:
var
(--cluster-justify, flex-start);
gap
:
var
(--cluster-gap,
1em
); }