chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.25k stars 84 forks source link

Docs: Broken CSS #169

Open dbrgn opened 2 years ago

dbrgn commented 2 years ago

On crates.io for percy-dom 0.7.1 (https://crates.io/crates/percy-dom/0.7.1) you link to https://chinedufn.github.io/percy/api/percy_dom/ for documentation. The CSS on that page seems a bit broken:

screenshot-20220214-153042

Any reason why you don't just link to https://docs.rs/percy-dom/ instead?

chinedufn commented 2 years ago

I think back when I made that link the docs.rs link didn't work (don't remember why.. IIRC it didn't support nightly and we were on nightly)

Sweet will switch to the link you suggested!