You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, im starting to use rem instead of px, and i found that with premailer, the style inline only goes with rem units, is there a way to have the fallback to px on the inline version, since some emails like outlook don't use rem?
Exemple:
h1{
font-size:32px;
font-size:3.2rem;
}
It only uses the font-size: 3.2rem, it would be good to use both.
Hello, im starting to use rem instead of px, and i found that with premailer, the style inline only goes with rem units, is there a way to have the fallback to px on the inline version, since some emails like outlook don't use rem?
Exemple:
h1{
font-size:32px;
font-size:3.2rem;
}
It only uses the font-size: 3.2rem, it would be good to use both.
#305
Thanks in advance,
Mário Silva.
The text was updated successfully, but these errors were encountered: