futursolo / stylist-rs

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

Global Css #4

Closed futursolo closed 3 years ago

futursolo commented 3 years ago

Currently you can add the style class to <html /> element to achieve global theming.

But I think there might be better solution.

futursolo commented 3 years ago

A <GlobalStyle /> component would be a good addition.