makeover-webview 0.1.0

The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser.
Documentation
1
2
3
4
5
6
fn main() {
    print!(
        "{}",
        makeover_webview::stylesheet(&makeover_webview::Emit::default())
    );
}