pixel-widgets 0.4.0

Elm inspired UI library styled using images
Documentation
column {
    align-horizontal: center;
}

button {
    background: #444;
    padding: 5;
}

button :hover {
    background: #668;
}

button :hover > text {
    color: #f00;
}

text {
    text-size: 24;
    padding: 3;
}