terrazzo 0.2.8

The Terrazzo library to build dynamic web pages in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
input.editing {
  &[type="text"] {
    border: 0px;
    color: inherit;
    background-color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}

span.printed {}