-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Description
Hello everyone,
Right now if I pass on in head's style tag
<head>
<style>
p {
font-size: 50px;
}
</style>
</head>
and my <p> in email already has inline styling like font-size: 15px for example, then the incoming style (50px) is ignored, only with adding !important, the existing style will be overwritten with font-size: 50px !important;
Is there a way to do this without writing !important for every style? I have taken a look into the Premailer capabilities and didn't find anything that would help me solve this.
https://www.rubydoc.info/gems/premailer/Premailer:initialize
Metadata
Metadata
Assignees
Labels
No labels