trunk 0.21.14

Build, bundle & ship your Rust WASM application to the web.
1
2
3
4
5
6
7
8
9
10
11
12
13
@charset "utf-8";

html {
    body {
        font-size: 20pt;
        color: #111;
        font-family: sans-serif;

        h1 {
            text-align: center;
        }
    }
}