~alcinnz/CatTrap

ref: a5de823ba0a9717a95994b1ec72720fb39dac12f CatTrap/Graphics/Layout/Grid/CSS.hs -rw-r--r-- 16.7 KiB
d5266882 — Adrian Cochrane 1 year, 2 months ago
Refactor grid layout code to deduplicate logic along each axis.
1fb004f6 — Adrian Cochrane 1 year, 2 months ago
Refactor abstract grids to seperate fields of children array.
f7444393 — Adrian Cochrane 1 year, 2 months ago
Refactor grid sizes to be dynamically computed.
711248ff — Adrian Cochrane 1 year, 3 months ago
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/CatTrap
1feefbc9 — Adrian Cochrane 1 year, 3 months ago
Restrict exports for inline & paragraph styling libraries.
a226a881 — Adrian Cochrane 1 year, 3 months ago
Rename Graphics.Layout.CSS.Internal to Length
d379817e — Adrian Cochrane 1 year, 3 months ago
Finish implementing preprocessing/CSS parsing & integrating everything with test script.
7beb4828 — Adrian Cochrane 1 year, 3 months ago
Draft grid preprocessor which sucessfully compiles.
ed7d0445 — Adrian Cochrane 1 year, 3 months ago
Parse CSS4 Grid properties.