~alcinnz/haskell-stylist

ref: 3847375b647d078019a930e2ec1235fa5598f8fa haskell-stylist/ISSUES/help-wanted/animation.md -rw-r--r-- 581 bytes
3847375b — Adrian Cochrane Remove preceding whitespace from all CSS at-rules. 4 years ago

#Add animation infrastructure

This would require callers to seperate logic for desugaring CSS properties (and resolving relative units) from parsing CSS tokens to a style tree! This would also help implement calc(), and somewhat generically handle inherit.

Can be implemented as a PropertyParser decorator.


It occurs to me that this could be easily hand-tested by writing a commandline program which displays computed values (relative to initial values) for a style declaration.

That might even be useful program! Though ofcourse it shouldn't replace automated testing.