futursolo / stylist-rs

A CSS-in-Rust styling solution for WebAssembly Applications
https://crates.io/crates/stylist
MIT License
366 stars 22 forks source link

Add impls for `IntoPropValue<Classes>` #76

Closed WorldSEnder closed 2 years ago

WorldSEnder commented 2 years ago

I think this change is small enough and worth to backport to make it useable asap for users on yew v0.19.

Also fixes a misleading typo in our readme that is currently still live on crates.io referring to an old version.

I'd be happy to have this released as 0.10.1.

Fixes #74