@Gargron If you’re not good at CSS, it can help you achieve simple things. Or if you want to quickly prototype an idea, maybe it can help you, too.
Using a utility-first framework like this comes at the price:
- useless entry gate for CSS (tooling + backwards mental model);
- bloated HTML payloads for your user (because HTML often doesn’t cache really) and less maintainable HTML because it’ll be hard-the-fuck to read until you’ve extracted it into components.