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

Separate parsing and core css functionality #10

Closed WorldSEnder closed 3 years ago

WorldSEnder commented 3 years ago

As mentioned in #8 this introduces two crates (macro part not implemented), one for the representation of css (stylist-core) and the other for parsing and the yield_style in (stylist itself).

WorldSEnder commented 3 years ago

@futursolo alright, can you have a look over it and tell me if the design is okay to you so far, if there is anything missing that you want to see, and what should be documented better?

WorldSEnder commented 3 years ago

I want to add some bits of documentation to style-core tomorrow now that the ast is semi-public, then mark it as ready for ~review~ merge.