pepsighan / ruukh-ui

An experimental next-gen frontend framework for the Web in Rust.
MIT License
0 stars 1 forks source link

Any thoughts on using a CSS-in-rs pattern? #33

Open thedodd opened 6 years ago

thedodd commented 6 years ago

The percy framework has been advancing a CSS in Rust pattern for keeping your CSS declarations next to your views &c. Any thoughts on reusing that code here or creating something similar? I've used JSS quite a lot (in the JS world, which I can't wait to never have to use again ;)) and it definitely makes a big difference.

nkoehring commented 5 years ago

That would be a great step towards Single File Components (like .vue files) in ruukh!