[ANN] css-class-bindings library generates Haskell bindings for CSS classes
Haskell Community [Unofficial]
March 29, 2026
This is cool. I’ve been using Miso with static stylesheets, but been uneasy about the “stringly-typed” nature of linking them together the naive way.
What stops me from using this straight away is that I’d want support for IDs as well as classes. I see no reason not to also generate bindings for those, except that it would ideally mean renaming the library (css-bindgen?), which would be a bit annoying at this stage.
Discussion in the ATmosphere