Lukas,
Love the work you've done thus far with porting CSS in JS to CSS in Rust!
Noticed that there's a limitation of one class to one component (specifically with Yew). It'd be great if this lib could support multiple classes per file. Ideally, allowing css_in_rust::Style::create Vec<String> or the like in addition to only strings.
Would love to connect and help build out this library!
Lukas,
Love the work you've done thus far with porting CSS in JS to CSS in Rust!
Noticed that there's a limitation of one class to one component (specifically with Yew). It'd be great if this lib could support multiple classes per file. Ideally, allowing
css_in_rust::Style::createVec<String>or the like in addition to only strings.Would love to connect and help build out this library!