DRY CSS
Don't-repeat-yourself is a common practise amongst developers in order to extend maintainabiliy of their code. However, this usually isn't so straight-forward for CSS. In this article, I explore the various ways we can practise DRY techniques with CSS.