I split this out into it's own package! It's not explicitly Fidget related. Though Fidgetty is it's primary use case for me. I kinda wanna play with it for TUI's too. :)
<https://github.com/elcritch/cssgrid> Anyone interested in hacking on this with me?! It's nerdy but also easy to pick off a small bit and implement it. I'd like to use pixie to draw images for testing, etc which would make it a bit more fun to see. Also I've already refactored the code a bit and fixed a few issues with the syntax, and added a few more features. Though I'm a bit intimidated by all the options <https://yoksel.github.io/grid-cheatsheet/> \-- but things like `minmax` support are important for usage with real UI's. That requires being able to plumb in `minimum-content-size` support. That's gonna be interesting, though maybe not too bad.
