Skip to content

Inlined style stripped #22

@axos88

Description

@axos88

The following alredy inlined style is strpiped to the first value.

<body style="
  padding:0px;
  margin:0;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 17em, #f6f8f9 17em, #f6f8f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
">

When sent through the filter becomes:

<body style="
  padding:0px;
  margin:0; 
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions