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
.root {
    background-color: #fff;
}

.row {
    display: row;
}

.node {
    width: 1s;
    height: 1s;
}