@Gargron Can confirm that it is really useful. Speeds up development a lot. I tried a lot of CSS concepts over the years and found out atomic and utility first is what I like best and what is also maintainable as its a read what you get approach to UI development. No digging and debugging of bloated, legacy CSS code, no inheritance shizzle, no questions when reading HTML. Small fixes and improvements can be done directly in the template without the cognitive load of CSS files next to it.