This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
alchemy/styles
2019-06-05 21:49:41 -07:00
..
src Update example to show props deriving, text macro, etc 2019-06-05 21:49:41 -07:00
Cargo.toml Move the reconciler into the lifecycle crate, so that we can (properly) support state changes. Wrap the reconciliation phase in a RenderEngine, which root-level objects (windows, etc) can subscribe to and interface with. Migrate a few things relating to themes out of alchemy core and into styles, because the reconciliation phase requires them and they fit well enough there... solving a circular dependency. 2019-05-26 00:27:07 -07:00
README.md Guess I should put this under version control LOL 2019-05-23 22:11:07 -07:00

Alchemy-Styles

This crate implements CSS parsing and Flexbox layout. CSS parsing relies on the CSS Parser from Servo. Flexbox is implemented with Stretch, albeit currently a fork by msilgreith, cloned into here to serve a few small changes (a change for more thread safety, and to push appearance based styles that Flexbox doesn't concern itself with). Down the road, I could see this not including Stretch inline.

Questions, Comments?

Open an issue, or hit me up on Twitter.