Can anyone tell me if, when and how they are using the padding option?
I've never used it and don't see what it might be used for. Maybe I'll be enlightened, otherwise i'd suggest to remove it.
One thing i was thinking is that i use * { box-sizing: border-box; } on most projects, so the padding won't even add to the dimensions.
Can anyone tell me if, when and how they are using the padding option? I've never used it and don't see what it might be used for. Maybe I'll be enlightened, otherwise i'd suggest to remove it.
One thing i was thinking is that i use
* { box-sizing: border-box; }
on most projects, so the padding won't even add to the dimensions.