Box sizing for pseudo elements
Ever since I found out about the hidden gem box-sizing:border-box, I’ve used it on most all my projects. While fiddling around with border-box, I learned the * universal selector box-sizing declaration didn’t apply to my pseudo elements. So, to apply … Continue reading