top | item 39272324

(no title)

hising | 2 years ago

Honest question: What problem(s) does this solve that not already existing solutions can?

discuss

order

presentation|2 years ago

It’s like tailwind except that you get type definitions and don’t need to memorize a bunch of random Tailwind specific shorthands. I particularly like it since I can compose styles robustly while not losing the visibility of what the actual HTML is in our UIs since we don’t need to make wrapper components. It’s agnostic to the underlying framework, is built at compile time meaning very light runtime JS impact, and basically the best solution I’ve found.