silkenweb 0.8.0

A library for building web apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.my-class {
    color: Black
}

.border-small {
    border-width: 5px;
}

.border-large {
    border-width: 30px;
}

.border-excluded-huge {
    border-width: 100px;
}