Just like Typescript/Coffescript to Javascript, I'm wondering if there a more "friendly" languages that compiles to HTML/CSS?<p>I feel like a lot of time I just need to build simple responsive website and I really hated it when I have to fight hard to get the styling work correctly. As someone not focusing on frontend development, it felt super counter-productive.<p>Since HTML/CSS won't go away anytime soon, I'm wondering if someone should/already invented a more modern and user-friendly language atop HTML/CSS?
>I'm wondering if someone should/already invented a more modern and user-friendly language atop HTML/CSS<p>Just buckle down and learn it. You're honestly not going to find anything much more basic than those two.
I remembered coming across Hugo (<a href="https://gohugo.io" rel="nofollow">https://gohugo.io</a>), after playing around with it, I think this is what I'm looking for! :) Isn't exactly the answer of what I described as the question, but Hugo seems to fit my needs.<p>I just need to use other people's Hugo theme or have a front-end guy creates and designs HTML once, convert it into Hugo template, and focus on creating content instead of fiddling around with HTML/CSS!