Open
Description
Right now the padding
is a shorthand for all the 4 padding properties.
Not an issue JS wise but it becomes one on Android.
On android it means 4 native calls which takes 5ms on my phone.
It is not necessary as it could be done in 1 call
More over it is actually done twice when there is a background set! Why is the padding set with backgroundInternal?