Should I make classes like bg-blue, padding-10px, etc., or group all properties of one element in one class? I tried to do the reusable classes approach but sometimes I need to do something that's specific to the element I'm working on. Should I do both? So an element can have some of these reusable classes and if needed, add a special class.