Patrick Yeung
Results
1
issues of
Patrick Yeung
example before premailer ``` background-image:url('SOMEIMAGEHERE');background-repeat:no-repeat;height:353px;max-width:600px ``` after ``` background:url('SOMEIMAGEHERE') no-repeat initial/100%; ``` ^ it takes the default value of the previous element instead of the default of `0% 0%`