https://gomakethings.com/html-is-for-lovers/
HTML is for lovers
I’ve had the opportunity to use Kelp on a big client project for the last few weeks, and it’s been so awesome to work with! Writing HTML is so nice! I love that HTML elements are styled out-of-the-box… <!-- This looks good without any classes! --> <button>Press Me</button> I love that you can change the look and feel of components with a few simple, semantically named classes… <!-- This button is now outlined and uses the secondary color --> <button class="secondary outline">Press Me</button> I love that instead of complicated class names like in BEM…






