rosin 0.3.0

Rosin is a GUI library that aims to be extremely easy to use.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.root {
    background-color:oklch(30% 0 0);
    color: oklch(100% 0 0);
    display: row;
    font-size: 16px;
}

.label {
    space:1s 1em;
    height:1em;
}

.text-box {
    space:1s 1em 1s 2em;
    width: 2s;
}