futursolo / stylist-rs

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

implement PartialEq for Style #130

Closed ArthurFleischman closed 1 year ago

ArthurFleischman commented 1 year ago

in order to pass certain parent style to a child component and has it use its style, PartialEq should be implemented

image